0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Updated email handler for webhooks

refs https://github.com/TryGhost/Team/issues/1168

This ensures that the correct email type is sent
This commit is contained in:
Fabien "egg" O'Carroll 2022-02-01 11:54:16 +02:00
parent 5d7c63aeec
commit 7698729375

View file

@ -33,7 +33,7 @@ module.exports = class StripeService {
sendSignupEmail(email){
return membersService.api.sendEmailWithMagicLink({
email,
requestedType: 'paid-signup',
requestedType: 'signup-paid',
options: {
forceEmailType: true
},