Glench/ExtPay

Starting trial in test mode but " user.trialStartedAt && (now - user.trialStartedAt) < sevenDays " false

Closed this issue · 3 comments

problem was because you cannot use the test email for testing trial.

The problem seems to be that after starting the trial, the value continues to be
user.trialStartedAt = null

Got the same issue,
@adamstrad how did you resolve it?

I'm in test mode though.

hey @animalnots it turned out that the problem was that I was testing it with my ExtPay account email address.
Each time I reloaded my app and tried to register for a trial, what was actually happening was I was logging in with a paid email address. The docs say this:

While testing, use your ExtensionPay email to test payments without entering credit card information. Reinstall the extension to reset back to an unpaid user.

I resolved it by using another email address, I was able to sign up for a free trial this way and it turned out it already worked fine.