Ghost/ghost/members-api/lib
Fabien 'egg' O'Carroll d1cd0fe80e Caught & handled 'resource_already_exists' errors (#185)
refs https://github.com/TryGhost/Ghost/issues/12065

This protects us against multiple instances of the members-api being
started simultaneously and race conditions where inbetween the initial
"GET" of a plan which returns empty, and the "POST" of a plan to create
it, another instance has already created it.
2020-07-21 13:40:49 +02:00
..
stripe Caught & handled 'resource_already_exists' errors (#185) 2020-07-21 13:40:49 +02:00
common.js Added subscription update middleware (#107) 2019-12-12 15:19:36 +07:00
geolocation.js Store geolocation data during member signup/signin (#128) 2020-02-27 10:29:36 +00:00
metadata.js Refactored webhook creation (#175) 2020-07-09 16:40:48 +02:00
tokens.js Updated members-api to use magic-link 2019-09-03 15:35:04 +08:00
users.js Refactored webhook creation (#175) 2020-07-09 16:40:48 +02:00