Changeset 2599338
- Timestamp:
- 09/15/2021 01:11:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
garanti-bbva-virtual-pos-application-integration/trunk/Gl_Garanti_Pos.php
r2585840 r2599338 18 18 public static function get_active_step() { 19 19 if ( $step = filter_input( 1, 'step', FILTER_SANITIZE_STRING ) ) { 20 return sanitize_key( $step);20 return sanitize_key( $step ); 21 21 } 22 22 … … 45 45 'response_not_parse' => __( 'Response could not parse!', 'garanti-bbva-vpos-application' ), 46 46 'status_not_detected' => __( 'Status could not detect!', 'garanti-bbva-vpos-application' ), 47 'error_occurred' => __( 'An error has occurred: %s', 'garanti-bbva-vpos-application' ) 47 'error_occurred' => __( 'An error has occurred: %s', 'garanti-bbva-vpos-application' ), 48 'sure_text' => __( 'Your application processes will be canceled. Are you sure?', 'garanti-bbva-vpos-application' ) 48 49 ) ); 49 50 wp_enqueue_style( 'gl-bbva-style', GLGBVA_plugin_assets( '/style.css' ), array(), '1.0' ); … … 199 200 $this->save_step( '1' ); 200 201 201 echo sanitize_text_field( $response);202 echo sanitize_text_field( $response ); 202 203 exit; 203 204 }
Note: See TracChangeset
for help on using the changeset viewer.