Ghost/ghost/offers/lib/application
Fabien O'Carroll 947fa74b9e Removed stripe_coupon_id handling from Offers
refs https://github.com/TryGhost/Team/issues/1166

This will be handled by a payments module instead. In order to
disconnect Stripe we must delete all Stripe related data, which means an
Offer doesn't inherently have a stripe coupon id. Instead we can use a
payments service which will get/create the coupon for us when we need
it.
2021-10-21 15:40:55 +02:00
..
OfferMapper.js Removed stripe_coupon_id handling from Offers 2021-10-21 15:40:55 +02:00
OfferRepository.js Removed stripe_coupon_id handling from Offers 2021-10-21 15:40:55 +02:00
OffersAPI.js Fixed issue with updating offer to empty description 2021-10-19 11:00:18 +02:00
UniqueChecker.js