Ghost/ghost/offers/lib/domain
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
..
errors Added concept of OfferStatus to domain model 2021-10-12 15:27:27 +02:00
events Removed stripe_coupon_id handling from Offers 2021-10-21 15:40:55 +02:00
models Removed stripe_coupon_id handling from Offers 2021-10-21 15:40:55 +02:00