Actions
Bug #8528
closedStripe: bonus time for calendar durations does not work with recurring subscriptions
Description
When purchasing a recurring subscription of 1 calendar year with bonus time it fails due to the interval being more than 1 year (365 days). This shouldn't fail since it should just push the start date for recurring payments and have nothing to do with the recurring interval.
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !235
The error is now passed to the period limits array. It can then be processed after the fact. This allows initial duration period limits to not cause recurring period limits to fail since initial duration period limits is just setting the start time.
Actions