How do I handle paypal errors in Paypal Express gateway?
-
I use wpsc 3.8.14.1 and I would like to handle the case paypal returns the error 10486 (Funding Failure).
In
paypal-express.merchant.php
in line 759 where errors are handled,$location
is defined but is never used. Am I missing something, is there a hook I can use if I want to avoidwpsc_transaction_theme()
at all?My goal is to handle every kind of error and inform the user about it.
- The topic ‘How do I handle paypal errors in Paypal Express gateway?’ is closed to new replies.