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 a user finishes on PayPal, and clicks "Pay Now" to redirect them back to Spree, then spree/gateway/pay_pal_express.rb calls do_express_checkout_payment and then pp_response.success?
If the user does not have enough money in their funding source to pay for the order, PayPal returns error 10486. The user is supposed to be redirected back to PayPal to resolve the issue with funding their purchase. Currently, the user gets dumped to the Spree store's homepage and left with no indication of anything working or failing. Their order is left in the "payment" state with a failed PayPal transaction.
When a user finishes on PayPal, and clicks "Pay Now" to redirect them back to Spree, then spree/gateway/pay_pal_express.rb calls
do_express_checkout_payment
and thenpp_response.success?
If the user does not have enough money in their funding source to pay for the order, PayPal returns error 10486. The user is supposed to be redirected back to PayPal to resolve the issue with funding their purchase. Currently, the user gets dumped to the Spree store's homepage and left with no indication of anything working or failing. Their order is left in the "payment" state with a failed PayPal transaction.
https://developer.paypal.com/docs/classic/express-checkout/ht_ec_fundingfailure10486/
The text was updated successfully, but these errors were encountered: