Fixed PayPal Subscription Mode

sip

Active member
Licensed customer
Affected version
2.X Stable
I am testing PayPal subscription mode.
Payment went thru fine and the Account upgrade page gets updated with a "Cancel" button.

However, the URL of cancel button is

https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_manage-paylist

Looks like some issue here.
Why is cancel URL going to sandbox when the Payment went through fine and site is not in sandbox testing mode but LIVE payments.
 
The cancel URL is hard coded in the template, incorrectly.

You can remove sandbox. directly from the payment_cancel_recurring_paypal template to fix it.
 
Back
Top Bottom