Ghost/ghost/stripe
Fabien "egg" O'Carroll 74225779a2 Moved webhook handling into Stripe service
no-issue

Handling Stripe webhooks is a Stripe concern and so we're moving it into
the Stripe module.
2022-01-18 10:37:47 +02:00
..
lib Moved webhook handling into Stripe service 2022-01-18 10:37:47 +02:00
test
.eslintrc.js Used @babel/eslint-parser for stripe package 2022-01-18 10:37:47 +02:00
index.js
LICENSE
package.json Moved webhook handling into Stripe service 2022-01-18 10:37:47 +02:00
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.

  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