Actions
Feature proposal #5819
closedRemove CBSubs hard conditions
Description
Currently there are hard conditions in the CBSubs action. For example you can't renew if they already have an active subscription, but this should be allowed.
Updated by krileon over 8 years ago
Needs to be completely retested. Reports of renewing expired subscription not functioning.
Updated by krileon about 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Renew and Cancel modes weren't working at all due to subscription id missing from the API response. API usage changed resolving this. Renewals will also no longer stop renewing if the plan is already active. In addition to this a Renew parameter has been added (default disabled) when using Subscribe mode that will renew the plan if it already exists when enabled.
Actions