Ghost/ghost/members-api/lib/repositories
Fabien O'Carroll 2fcafcc8dc Removed coupons from subscriptions when the price changes
refs https://github.com/TryGhost/Team/issues/1092
refs https://github.com/TryGhost/Team/issues/1135

This was missed in the initial due to the issue tracking the task being
superceded, and the task not being copied across to the superceding
issue.

A new method to remove coupons has been added, as opposed to updating
the existing change subscription price method, because the removal of a
coupon is not the concern of an auxillary stripe service, but a busines
concern that should be explicit in the members-api codebase.
2021-11-09 11:12:13 +02:00
..
event.js
member.js Removed coupons from subscriptions when the price changes 2021-11-09 11:12:13 +02:00
product.js Updated options parameter to be optional 2021-09-06 12:47:19 +02:00