On creating a RecurringApplicationCharge and redirecting to Shopify’s “Approve Subscription” page,
When test is true, when the merchant selects “cancel”, they will get a toast message “Charge Declined” and be redirect back to Admin/Apps. The recurring application charge is : “status”: “declined”
HOWEVER, when test is null, when the merchant selects “cancel”, they will get a toast message “The store cannot accept the provided charge” (which makes no sense to me) and there is no redirect at all.
The recurring application charge is:
“status”: “pending”,
and I can also see that “test”: null
Why is the behaviour different, is this a bug?