Ghost/ghost/members-api
Fabien O'Carroll 80f1155590 Ensured we do not create multiple webhooks on boot
no-issue

This updates the initialisation logic to fetch all webhooks (we use
limit: 100, and there are currently a max of 16 webhooks in stripe) and
find one with the corrct url. Once found, delete that webhook. We then
attempt to create a new one, and log out any errors (this is to allow
for local development, creating a webhook with a local url is expected
to fail)
2019-10-02 13:47:37 +07:00
..
lib Ensured we do not create multiple webhooks on boot 2019-10-02 13:47:37 +07:00
test Added default test dir and eslintrc 2019-05-07 17:35:17 +02:00
.eslintrc.js Added default test dir and eslintrc 2019-05-07 17:35:17 +02:00
index.js Pass through getText and getHTML function from mail 2019-10-01 14:46:17 +07:00
package.json Published new versions 2019-10-01 17:48:31 +07:00