Ghost/ghost/members-api/lib
Fabien O'Carroll c154be4581 Included Offer information for Subscriptions
refs https://github.com/TryGhost/Team/issues/1135

We use the OffersAPI to fetch Offers, so that we can be using the same
format for Offers in all of our APIs.

We will not attach the Offer to the Subscription if either the Tier or
the Cadence do not match. This is because the Offer would no longer
apply to this Subscription.

We do however retain the data, so that a Member can still be filtered on
the Offers which they've redeemed.
2021-10-21 18:10:08 +02:00
..
controllers Fixed issues with checkout when not using coupon 2021-10-21 18:06:36 +02:00
repositories Fixed race condition when linking subscriptions 2021-10-18 17:26:34 +02:00
services Included Offer information for Subscriptions 2021-10-21 18:10:08 +02:00
common.js
MembersAPI.js Included Offer information for Subscriptions 2021-10-21 18:10:08 +02:00
migrations.js