- Issue created by @zaporylie
There is only one place in the code where the trial state of the Subscription is set - that is via the onPlace transition event. When Subscription is created not via checkout but directly from the admin interface (or programmatically) then the trial state is never set on the respective subscription. Having common flow for all trial-enabled subscriptions is desirable and this issue is about ensuring the trial state is always set, wether subscription is created via checkout or in another way.
- Manually create Subscription via /admin/commerce/subscriptions/add
- Enter the trial date and start date.
- Run cron. Observe the Subscription is Pending until the Start date passes. At that point activation job is added to the advancedqueue and when processed Subscription changes its state to Active.
Enqueue pending subscriptions also when the trial date passes, either via an activation job or a separate one.
Active
1.0
Code