Completed
Pull Request — master (#1083)
by Radoslav
01:45
created
includes/class-wc-gateway-stripe.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -884,7 +884,7 @@
 block discarded – undo
884 884
 		}
885 885
 
886 886
 		if ( 'requires_payment_method' === $intent->status && isset( $intent->last_payment_error )
887
-		     && 'authentication_required' === $intent->last_payment_error->code ) {
887
+			 && 'authentication_required' === $intent->last_payment_error->code ) {
888 888
 			$intent = WC_Stripe_API::request( array(
889 889
 				'payment_method' => $intent->last_payment_error->source->id,
890 890
 			), 'payment_intents/' . $intent->id . '/confirm' );
Please login to merge, or discard this patch.