0
Fork 0
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:
Fabien "egg" O'Carroll 2022-01-24 17:35:51 +02:00
parent d9c571b76b
commit 560d1f72d8

View file

@ -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: {