Ghost/ghost/stripe
Fabien "egg" O'Carroll f452df7e92 Fixed error handling webhook for unknown member
refs https://github.com/TryGhost/Team/issues/1374

We cannot update payment details for members which we don't know about,
so returning and giving a successful response to Stripe is the correct
thing to do.
2022-02-17 13:51:47 +02:00
..
lib Fixed error handling webhook for unknown member 2022-02-17 13:51:47 +02:00
test
.eslintrc.js
index.js
LICENSE Moved members-stripe-service -> stripe 2022-01-18 10:25:37 +02:00
package.json
README.md
yarn.lock

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