Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Handling for PayPal funding error 10486 #179

Open
mleglise opened this issue Sep 10, 2015 · 0 comments
Open

No Handling for PayPal funding error 10486 #179

mleglise opened this issue Sep 10, 2015 · 0 comments

Comments

@mleglise
Copy link

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.

https://developer.paypal.com/docs/classic/express-checkout/ht_ec_fundingfailure10486/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant