mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 21:03:29 +03:00
e5b0cf8686
refs https://github.com/TryGhost/Team/issues/1090 This allows us to create Stripe Coupons and use them with Stripe Checkout from the members-api module whilst we develop the Offers feature. |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md | ||
yarn.lock |
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.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Run
yarn dev
Test
yarn lint
run just eslintyarn test
run lint and tests