You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get
Must pass createSubscription with intent=subscription error when I use
createSubscription: function (actions) {
return actions.subscription.create({
plan_id: 'planID',
})
;}
I set vault : "true" and intent : "subscription",
but I get the same problem
The text was updated successfully, but these errors were encountered:
I get
Must pass createSubscription with intent=subscription error when I use
createSubscription: function (actions) {
return actions.subscription.create({
plan_id: 'planID',
})
;}
I set vault : "true" and intent : "subscription",
but I get the same problem
The text was updated successfully, but these errors were encountered: