Ghost/ghost/stripe
2022-01-20 15:42:33 +00:00
..
lib Added missing default parameter for opts 2022-01-20 10:58:34 +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 Pin dependencies 2022-01-20 15:42:33 +00:00
README.md Moved members-stripe-service -> stripe 2022-01-18 10:25:37 +02:00
yarn.lock Moved members-stripe-service -> stripe 2022-01-18 10:25:37 +02:00

Payment Service

Install

npm install @tryghost/payment-service --save

or

yarn add @tryghost/payment-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.

Run

  • yarn dev

Test

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