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
When testing, using a declined card then going back to pay the cart throws an error because key exists trying to insert the order again on line 280 in StripeController.php. Possibly change insert to upsert? I'm not sure if it should even get that far or if the test payments would normally throw an error earlier
The text was updated successfully, but these errors were encountered:
When testing, using a declined card then going back to pay the cart throws an error because key exists trying to insert the order again on line 280 in StripeController.php. Possibly change insert to upsert? I'm not sure if it should even get that far or if the test payments would normally throw an error earlier
The text was updated successfully, but these errors were encountered: