PayPalRest does not implement processCancellation()

Kirby

Well-known member
Affected version
2.3.7
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.
 
Back
Top Bottom