PayPal error when custom amount field is used
-
If there is both a drop-down list and a custom amount box, when the user types in a custom amount, the browser will submit both fields, causing PayPal to spit out an error message.
I have patched WP_Accept_Paypal_Payment.php to fix that. Please consider testing and updating this in the next release.
162a163 > $('select[name=amount]').prop('disabled', true);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PayPal error when custom amount field is used’ is closed to new replies.