0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/services/members
Nazar Gargol 81fc5f8eda Added special handling for member import with Stripe connection
no issue

- When imported member contains stripe_customer_id data but there is no Stripe configured on the Ghost instance such import should faiil. The logic is consistent with one where import fails after not being able to find customer in linked Stripe account
- Fixed import stats to show import failures instead of "duplicate" when the validation error is of "Stripe" origin
2020-06-09 23:02:38 +12:00
..
emails Updated copy for email address change template 2020-06-09 12:11:57 +05:30
api.js Fixed broken regression tests from #11861 2020-06-02 16:20:57 +02:00
config.js Added special handling for member import with Stripe connection 2020-06-09 23:02:38 +12:00
content-gating.js Added content-gating module to members service 2019-11-05 12:53:14 +07:00
index.js Allowed updating from address domain for member emails 2020-06-09 00:06:07 +05:30
middleware.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
settings.js Allowed updating from address domain for member emails 2020-06-09 00:06:07 +05:30
stripe-connect.js Added stripe connect module to member service 2020-06-02 15:28:42 +02:00
utils.js Added member update endpoint with session auth (#11824) 2020-05-20 14:37:58 +05:30