openPaymentPage(second-plan-nickname) shows receipt for existing plan instead of new checkout #331
|
Hi everyone, hope you're having a fabulous start to the year. I have a Chrome extension that I've either misconfigured or just misunderstood something. Any guidance would be super appreciated. I have two one-time purchase tiers:
If a user already owns "pro-user" and clicks the link to get Pro+, it calls openPaymentPage('pro-plus-user'), but only shows the receipt for "pro-user" instead of starting checkout for "pro-plus-user", so I can't actually even get to Pro+. I thought about doing a direct URL but am unsure of the syntax: https://extensionpay.com/checkout/pro-plus-user returns 500. I tried resolving via ChatGPT but got pulled into the vortex of being told with hyper-extreme certainty a bunch of things that didn't apply at all, lol (including the 500 link). Any help would be wonderful. |
Replies: 1 comment 3 replies
|
There's no way for a user to switch from one active subscription to a new subscription in one action. The user would have to "cancel" Pro and then purchase Pro+. |
There's no way for a user to switch from one active subscription to a new subscription in one action. The user would have to "cancel" Pro and then purchase Pro+.