0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/services/members
Fabien O'Carroll 2ff151a893 Added support for stripe connect test mode
no-issue

This adds the ability to pass a `mode` param of 'test' to the members stripe
connect service, which will ensure we use a testmode client_id for the
Stripe Connect OAuth flow.

This will allow users to connect their account in testmode.
2020-06-10 14:06:57 +02: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 support for stripe connect test mode 2020-06-10 14:06:57 +02:00
utils.js Added member update endpoint with session auth (#11824) 2020-05-20 14:37:58 +05:30