Ghost/ghost/offers/lib/domain/models
Fabien O'Carroll 9f7a922415 Added support for "repeating" duration Offers
refs https://github.com/TryGhost/Team/issues/1083

We combine the duration and duration_in_months into a single value
object which can be validated together, meaning we will never have
properties which are out of sync (e.g. forever durations with 2 months).
2021-10-08 12:10:36 +02:00
..
Offer.js Added support for "repeating" duration Offers 2021-10-08 12:10:36 +02:00
OfferAmount.js Updated types of Offers to "fixed" and "percent" 2021-10-07 17:35:34 +02:00
OfferCadence.js
OfferCode.js
OfferCurrency.js Added support for creating fixed offers with currency 2021-10-07 17:37:48 +02:00
OfferDescription.js
OfferDuration.js Added support for "repeating" duration Offers 2021-10-08 12:10:36 +02:00
OfferName.js
OfferTitle.js
OfferType.js Updated types of Offers to "fixed" and "percent" 2021-10-07 17:35:34 +02:00