453f828aa7
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. |
||
---|---|---|
.. | ||
event.js | ||
member.js | ||
product.js |