Ghost/ghost/members-api/lib/services
Fabien O'Carroll 83d4b5f834 Handled missing data in read method bread service
refs https://github.com/TryGhost/Team/issues/873

The `get` method of the member repository will return null when no
member is found - we must ensure that we don't attempt to call toJSON!

It is also possible for a member to not have any products, in which case
we should not attempt to iterate over them, and we can return early.
2021-08-26 12:58:39 +02:00
..
geolocation.js Moved code out of index.js in directories 2021-07-14 14:17:38 +01:00
member-bread.js Handled missing data in read method bread service 2021-08-26 12:58:39 +02:00
stripe-api.js Removed usage of raw Error class 2021-07-14 14:17:38 +01:00
stripe-webhook.js Moved code out of index.js in directories 2021-07-14 14:17:38 +01:00
token.js Moved code out of index.js in directories 2021-07-14 14:17:38 +01:00