#dev-josue_docs
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/1366367032358076417
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dev-josue_error, 5 days ago, 6 messages
๐
According to this request req_ot5GuSrHvy62f0, you've changed the start date
You've changed the first phase start date
And it's seems like the Subscription current_period_start didn't get updated with the new start date of the phase
Not sure if this is expected or not honestly, checking further...
The subscription wasn't created by a schedule, you created it directly here and then later attached the schedule
The current_period_* timestamps on the subscription will always reflect the time/date the sub was created in that scenario. Updates to the inital phase on the schedule won't reflect on the sub
Why do you create the subscription and schedule seperately?
Why do you create the subscription and schedule seperately?
For this one @hybrid cloud , we have a feature that lets user change plan upon renewal.
Ex.
3 months plan -> upon renewal -> 6 months plan.
In order to achieve, we create schedule subscription when user change into another plan.
However, if user did not change the plan and the plan will stay as is upon renewal. We use the subscription and not schedule one.
Got it
There'll likely always be a mismatch between phase dates and the underlying sub timestamps, at least for initial phase
Got it @hybrid cloud @analog wing , Thanks for assistance. I'll look further on our implementation.
np!