0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/members
Fabien O'Carroll eb962d8e5c Added stripe connect module to member service
no-issue

This module handles the creation of a url used for authorization of
Stripe Connect, and also the parsing of the data eventually received
from the authorization flow.
2020-06-02 15:28:42 +02:00
..
emails Updated member subscribe email template 2020-06-01 12:55:47 +05:30
api.js Added new mail type for member email update 2020-06-02 14:27:03 +05:30
config.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
content-gating.js Added content-gating module to members service 2019-11-05 12:53:14 +07:00
index.js Added stripe connect module to member service 2020-06-02 15:28:42 +02:00
middleware.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
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