.OnPaid() is not triggered when registering for free trial
prakhar897 opened this issue · 1 comments
prakhar897 commented
When I register an email for free trial, onPaid function is not triggered. Free trial is same as the user paying so it should've been triggered.
The result is that I have to manually reload the extension whenever enabling free trials.
Is this the intended behaviour?
Glench commented
Use onTrialStarted as described in the docs.