This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
main
Ghost
/
ghost
/
stripe
/
index.js
3 lines
98 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Added @tryghost/stripe-service no-issue This pulls out the StripeService from the @tryghost/members-api package. The idea is to break the @tryghost/members-api package into smaller modules, with the hope to make it easier to maintain and reason about.
2021-09-09 13:48:23 +03:00
module
.
exports
=
require
(
'./lib/StripeService'
)
;
Expose Stripe events in package
2023-06-08 17:59:30 +03:00
module
.
exports
.
events
=
require
(
'./lib/events'
)
;
Reference in New Issue
Copy Permalink