Plugin Directory

Changeset 2599338


Ignore:
Timestamp:
09/15/2021 01:11:47 PM (5 years ago)
Author:
grilabs
Message:

small issues fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • garanti-bbva-virtual-pos-application-integration/trunk/Gl_Garanti_Pos.php

    r2585840 r2599338  
    1818        public static function get_active_step() {
    1919            if ( $step = filter_input( 1, 'step', FILTER_SANITIZE_STRING ) ) {
    20                 return sanitize_key($step);
     20                return sanitize_key( $step );
    2121            }
    2222
     
    4545                'response_not_parse'  => __( 'Response could not parse!', 'garanti-bbva-vpos-application' ),
    4646                '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' )
    4849            ) );
    4950            wp_enqueue_style( 'gl-bbva-style', GLGBVA_plugin_assets( '/style.css' ), array(), '1.0' );
     
    199200            $this->save_step( '1' );
    200201
    201             echo sanitize_text_field($response);
     202            echo sanitize_text_field( $response );
    202203            exit;
    203204        }
Note: See TracChangeset for help on using the changeset viewer.