@theeventdiscoverycompany/react-stripe-checkout

v2.6.5
Easily inject checkout.js as a react component. Will load the script on demand and supports all the options from stripe docs.
react stripe checkout inject loaded easy

test

mocha --require babel-register --require .test-setup.js -R spec ./spec.js

cover

nyc -x './spec.js' -n 'StripeCheckout.js' -r text -r html -r lcov npm test

watch

mkdir -p dist; ./node_modules/.bin/babel StripeCheckout.js --out-file ./dist/main.js --source-maps inline --watch

build

mkdir -p dist; ./node_modules/.bin/babel StripeCheckout.js --out-file ./dist/main.js

version

npm run build
npm i @theeventdiscoverycompany/[email protected]

Metadata

  • MIT
  • Whatever
  • The Event Discovery Company
  • released 4/3/2019

Downloads