Ghost/ghost/payments
Fabien "egg" O'Carroll 69aa52bd8e 🐛 Handled deleted Stripe objects in the Stripe Checkout flow
closes https://github.com/TryGhost/Team/issues/2222

Whilst we were checking for Stripe objects being active, we were not
checking for them existing in Stripe. This adds handling to all read
request to Stripe in the payment link flow, so that we can gracefully
handle deleted objects.

We've also included an automated test which fails without this fix.

We've also improved the query to find Stripe Prices which will result
in less request to the Stripe API to check if it is valid.
2022-11-08 16:03:07 +07:00
..
lib 🐛 Handled deleted Stripe objects in the Stripe Checkout flow 2022-11-08 16:03:07 +07:00
test 🐛 Handled deleted Stripe objects in the Stripe Checkout flow 2022-11-08 16:03:07 +07:00
.eslintrc.js Added @tryghost/members-payments module 2021-10-21 15:40:55 +02:00
index.js Added @tryghost/members-payments module 2021-10-21 15:40:55 +02:00
package.json Wired up Payments service to new Tiers package 2022-10-25 09:02:41 +07:00