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
Because we're possibly changing the users address (and order total) after the payment has been created, we need to validate that PayPal has charged what we've told them to charge, and that the order total - given the new address - also matches that amount. If not, we should either:
Invalidate/void the payment and redirect the user to the payment page again
-or-
Change the payment total and let Solidus handle the rest (if it's not enough it'll ask for more payment, if it's more it'll tell admin to refund)
The text was updated successfully, but these errors were encountered:
Because we're possibly changing the users address (and order total) after the payment has been created, we need to validate that PayPal has charged what we've told them to charge, and that the order total - given the new address - also matches that amount. If not, we should either:
-or-
The text was updated successfully, but these errors were encountered: