Completed
Pull Request — master (#806)
by Radoslav
02:30
created
includes/class-wc-gateway-stripe.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1023,9 +1023,9 @@
 block discarded – undo
1023 1023
 			),
1024 1024
 		);
1025 1025
 
1026
-        if ( ! empty( $this->get_option( 'statement_descriptor' ) ) ) {
1027
-            $request['statement_descriptor'] = WC_Stripe_Helper::clean_statement_descriptor( str_replace( "'", '', $this->get_option( 'statement_descriptor' ) ) );
1028
-        }
1026
+		if ( ! empty( $this->get_option( 'statement_descriptor' ) ) ) {
1027
+			$request['statement_descriptor'] = WC_Stripe_Helper::clean_statement_descriptor( str_replace( "'", '', $this->get_option( 'statement_descriptor' ) ) );
1028
+		}
1029 1029
 
1030 1030
 		$intent = WC_Stripe_API::request( $request, 'payment_intents' );
1031 1031
 
Please login to merge, or discard this patch.