@@ -884,7 +884,7 @@ |
||
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' ); |