Ghost/ghost/members-api
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
..
lib Fixed webhook handling for Checkout Sessions (#245) 2021-02-17 17:12:45 +00:00
test Refactor members-api (#231) 2021-01-18 13:55:40 +00:00
.eslintrc.js Added default test dir and eslintrc 2019-05-07 17:35:17 +02:00
.gitignore Refactor members-api (#231) 2021-01-18 13:55:40 +00:00
index.js Passed default URLs when creating checkout session (#235) 2021-01-27 15:19:09 +00:00
package.json Published new versions 2021-02-11 18:27:12 +00:00