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
A user can get a trial, and the user object has an email and a Trial start date. I compare the start date + 3 days to prevent users from using Trial again. However, if the user then pays for the main subscription, the extpay.getUser() object returns the email from the trial period, and the user in stripe could have specified a completely different one.
Has anyone encountered this? Do I need to completely remove all storage sync after the trial ends so as not to leave any traces of the user in the system?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
A user can get a trial, and the user object has an email and a Trial start date. I compare the start date + 3 days to prevent users from using Trial again. However, if the user then pays for the main subscription, the extpay.getUser() object returns the email from the trial period, and the user in stripe could have specified a completely different one.
Has anyone encountered this? Do I need to completely remove all storage sync after the trial ends so as not to leave any traces of the user in the system?
Beta Was this translation helpful? Give feedback.
All reactions