Completed
Pull Request — master (#1130)
by
unknown
01:52
created
includes/class-wc-gateway-stripe.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -895,7 +895,7 @@
 block discarded – undo
895 895
 		}
896 896
 
897 897
 		if ( 'requires_payment_method' === $intent->status && isset( $intent->last_payment_error )
898
-		     && 'authentication_required' === $intent->last_payment_error->code ) {
898
+			 && 'authentication_required' === $intent->last_payment_error->code ) {
899 899
 			$level3_data = WC_Stripe_Helper::is_wc_lt( '3.0' )
900 900
 				? array()
901 901
 				: $this->get_level3_data_from_order( $order, get_option( 'woocommerce_store_postcode' ) );
Please login to merge, or discard this patch.