0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/services/members
Fabien egg O'Carroll 579b34434f Added separate confirmation email for paid signups
refs https://github.com/TryGhost/Team/issues/1067

As part of the work of automatically logging members in after payment,
we want to revisit the emails. Currently after payment we send an email
asking a member to _confirm_ their subscription, and that they can
ignore the email to cancel the subscription. This is not the case
however, as the member has already been subscribed.
2021-12-01 12:42:11 +02:00
..
emails Added separate confirmation email for paid signups 2021-12-01 12:42:11 +02:00
importer Integrated @tryghost/members-importer 2021-07-21 19:34:30 +04:00
stats Renamed index.js file to a service 2021-08-18 11:48:16 +04:00
api.js Added separate confirmation email for paid signups 2021-12-01 12:42:11 +02:00
config.js Moved StripeAPIService to its own service 2021-10-04 19:28:19 +02:00
content-gating.js
index.js Renamed index.js -> service.js for lint reasons 2021-05-20 12:08:45 +01:00
middleware.js Added new offers endpoint on members API 2021-10-15 11:46:27 +05:30
service.js Fixed verification threshold when set to 0 2021-10-22 15:33:59 +02:00
settings.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
SingleUseTokenProvider.js
stripe-connect.js Fixed max-complexity-warnings for stripe_connect API 2021-10-25 14:06:28 +02:00
utils.js