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