Ghost/ghost/members-api/lib
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
..
controllers/router Fixed default urls for checkout session 2021-02-01 10:24:16 +05:30
repositories/member Ensured latest subscription data is always stored (#240) 2021-02-11 17:43:36 +00:00
services Fixed webhook handling for Checkout Sessions (#245) 2021-02-17 17:12:45 +00:00
common.js Added subscription update middleware (#107) 2019-12-12 15:19:36 +07:00