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:
Maybe checking
Continue reading...
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...