Ghost/ghost/stripe-service/index.js
Fabien O'Carroll 7e082b7eb5 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-13 14:35:57 +02:00

2 lines
49 B
JavaScript

module.exports = require('./lib/StripeService');