mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed reference to sendMagicLink
no-issue This was referencing the wrong object to get the sendMagicLink method.
This commit is contained in:
parent
d9c571b76b
commit
560d1f72d8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = class StripeService {
|
|||
return membersService.api.events;
|
||||
},
|
||||
sendSignupEmail(email){
|
||||
return membersService.sendMagicLink({
|
||||
return membersService.api.sendMagicLink({
|
||||
email,
|
||||
requestedType: 'paid-signup',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Reference in a new issue