Ghost/ghost/members-api/lib/repositories
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
..
event.js Added comment events to activity feed (#15064) 2022-07-25 17:48:23 +02:00
member.js Fixed whitespace in bio not removed 2022-08-05 17:10:56 +02:00
product.js Restricted existing prices to those that are active (#15195) 2022-08-08 16:18:07 +01:00