You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure payment has captured before setting order's payment as complete (#2224)
Before, even if Stripe had not captured the payment, the plugin would
set the order's payment as complete. Now, we ensure that the payment
has been captured by Stripe, before setting the order's payment status
as complete.
0 commit comments