- Affected version
- 2.2.7 Patch 1
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.
Maybe checking
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?
Last edited: