Closed willock-stripe closed 4 years ago
In #143, I broke PaymentIntent status polling for certain payment methods, like WeChat. A fellow developer filed #148 to report this.
PaymentIntent
status
More explicitly check if a PaymentIntent is in a terminal state by checking for last_payment_error in the back-end response.
last_payment_error
Background
In #143, I broke
PaymentIntent
status
polling for certain payment methods, like WeChat. A fellow developer filed #148 to report this.Changes
More explicitly check if a
PaymentIntent
is in a terminal state by checking forlast_payment_error
in the back-end response.