Bug PayPalRest does not implement processCancellation()

There is a bug in this version
K

Kirby

Guest
XF\Payment\PayPalRest does not implement method processCancellation() so users can't cancel a recurring subscription directly from XenForo like it is possible with Stripe.
The class also does not override method renderCancellationTemplate() like it is done in XF\Payment\PayPal so nothing is displayed at all for the users.

This is bad UX and should be fixed, ideally processCancellation() should be fully implemented.

Continue reading...