Ghost/ghost/stripe
Fabien "egg" O'Carroll 8915d15a1d Added migration to update Default Tier name
refs https://github.com/TryGhost/Team/issues/1289

This ensures that we set the default tier's name to the title of the
site - which looks a lot better than "Default Product".
2022-02-01 13:16:06 +02:00
..
lib Added migration to update Default Tier name 2022-02-01 13:16:06 +02:00
test Moved members-stripe-service -> stripe 2022-01-18 10:25:37 +02:00
.eslintrc.js Used @babel/eslint-parser for stripe package 2022-01-18 10:37:47 +02:00
index.js Moved members-stripe-service -> stripe 2022-01-18 10:25:37 +02:00
LICENSE Moved members-stripe-service -> stripe 2022-01-18 10:25:37 +02:00
package.json Published new versions 2022-02-01 11:59:02 +02:00
README.md Updated README 2022-01-31 18:17:45 +02:00
yarn.lock Moved members-stripe-service -> stripe 2022-01-18 10:25:37 +02:00

Stripe Service

Install

npm install @tryghost/members-stripe-service --save

or

yarn add @tryghost/members-stripe-service

Usage

Develop

This is a mono repository, managed with lerna.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests