Configuration Files
billing.config.ts
If OTP is enabled, the free plan as well as the free trial will be disabled as it’s not common to have a free plan / free trial with a OTP.
To-Do’s:
- Set billingPlan to either BillingPlan.ONE_TIME (for OTPs) or BillingPlan.RECURRING (for recurring subscriptions).
- If recurring subscriptions are enabled, set other values such as the freeTrial duration and isFreePlanEnabled, etc.