#abdullah-ahmad-aak_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1344538303113990174
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
The 1st image shows the code for creating a checkout session. I then redirect to it in my nextjs app.
The 2nd image shows the code in my handleInvoicePaymentSucceded function, which is called from the api/stripe/webhooks route in my nextjs app. The list of subscriptions shows me the old subscription with an inactive status in addition to the new subscription with an active status, which wasn't the case 2-3 weeks ago, as back then I would get 2 subscriptions, both with an active status.
If someone could shed light on this, I would be very grateful. I am sure this is just a minor thing but want to know what changed here. Change logs don't show any change that might have affected the auto-cancelation behaviour.