Ghost/ghost/members-api/lib/services/stripe-webhook
Fabien 'egg' O'Carroll 274412b051 Fixed webhook handling for Checkout Sessions (#245)
no-issue

Fetching relations via the model returns a promise, and this was missing
the `await` keyword. We also need to `get` the subscription_id attribute
as we're working with models rather than subscription objects.
2021-02-17 17:12:45 +00:00
..
index.js Fixed webhook handling for Checkout Sessions (#245) 2021-02-17 17:12:45 +00:00