-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Plans::UpdateAmountService handle pending subscription upgrades (#…
…2827) ## Context in `cascade_subscription_fee_update` we call `Plans::UpdateAmountJob`. This job should deal with pending subscriptions similar to how the `Plans::UpdateService` does it. (see `process_downgrade`|`pending_subscriptions`) ## Description This changes handles subscription upgrades when plan amount_cents changes because of cascading from parent plan and there are pending subscriptions.
- Loading branch information
Showing
2 changed files
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters