Bug Legacy paypal user upgrade does not show cancel button

There is a bug in this version
X

Xon

Guest
Legacy paypal user-upgrades do not show the cancel button.

This looks to be because there is no PurchaseRequest record, which is likely linked to my previous bug report around user search for legacy paypal subscriptions not working.

XML:

<xf:if is="$upgrade.length_unit && $upgrade.recurring && $active.PurchaseRequest">

Maybe checking $active.purchase_request_key instead of $active.PurchaseRequest is enough?

Continue reading...