mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Passed MemberSubscribeEvent to members-api
refs https://github.com/TryGhost/Ghost/issues/12602 This allows the Members module to create MemberSubscribeEvents when appropriate
This commit is contained in:
parent
5aab41931f
commit
3dbc7ef5b4
1 changed files with 2 additions and 1 deletions
|
@ -168,7 +168,8 @@ function createApiInstance(config) {
|
||||||
},
|
},
|
||||||
StripeCustomer: models.MemberStripeCustomer,
|
StripeCustomer: models.MemberStripeCustomer,
|
||||||
StripeCustomerSubscription: models.StripeCustomerSubscription,
|
StripeCustomerSubscription: models.StripeCustomerSubscription,
|
||||||
Member: models.Member
|
Member: models.Member,
|
||||||
|
MemberSubscribeEvent: models.MemberSubscribeEvent
|
||||||
},
|
},
|
||||||
logger: logging
|
logger: logging
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue