Ghost/ghost/members-api/lib
Fabien 'egg' O'Carroll 453f828aa7
Restricted existing prices to those that are active (#15195)
Without this check, an inactive price in our database will just be
reactivated each time it is required. This can cause issues when
prices have been deleted.

By adding this constraint to the query, we will create a new price in
Stripe and our database when attempting to use an inactive price, this
is particularly useful when trying to fix problems caused by Stripe
prices being deleted.
2022-08-08 16:18:07 +01:00
..
controllers
repositories Restricted existing prices to those that are active (#15195) 2022-08-08 16:18:07 +01:00
services
MembersAPI.js