Ghost/ghost/offers/lib/domain/models
Fabien O'Carroll 2b58ecd82e Added support for creating fixed offers with currency
refs https://github.com/TryGhost/Team/issues/1083

We now allow creating offers for a fixed amount, rather than a
percentage. These require a currency to be passed as a fixed amount is
meaningless without one.
2021-10-07 17:37:48 +02:00
..
Offer.js Added support for creating fixed offers with currency 2021-10-07 17:37:48 +02:00
OfferAmount.js Updated types of Offers to "fixed" and "percent" 2021-10-07 17:35:34 +02:00
OfferCadence.js Used Value Objects to validate outside of Offer factory 2021-10-07 16:46:08 +02:00
OfferCode.js Used Value Objects to validate outside of Offer factory 2021-10-07 16:46:08 +02:00
OfferCurrency.js Added support for creating fixed offers with currency 2021-10-07 17:37:48 +02:00
OfferDescription.js Used Value Objects to validate outside of Offer factory 2021-10-07 16:46:08 +02:00
OfferDuration.js Added support for "once" and "forever" Offer duration 2021-10-07 17:13:23 +02:00
OfferName.js Used Value Objects to validate outside of Offer factory 2021-10-07 16:46:08 +02:00
OfferTitle.js Used Value Objects to validate outside of Offer factory 2021-10-07 16:46:08 +02:00
OfferType.js Updated types of Offers to "fixed" and "percent" 2021-10-07 17:35:34 +02:00