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:
parent
5d7c63aeec
commit
7698729375
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module.exports = class StripeService {
|
|||
sendSignupEmail(email){
|
||||
return membersService.api.sendEmailWithMagicLink({
|
||||
email,
|
||||
requestedType: 'paid-signup',
|
||||
requestedType: 'signup-paid',
|
||||
options: {
|
||||
forceEmailType: true
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue