payments

v2.0.664
Lists various payment methods. Used by Wix Restaurants for payment configuration.
wix restaurants payment gateway

test

mocha --compilers js:babel-register

lint

eslint ./src ./test

posttest

npm run lint

compile

babel -d dist/ src/

compile-library

webpack --output-library PaymentsMethods --output-library-target var dist bin/payments.src.js

prepublish

npm test && npm run compile && npm run compile-library

build

babel bin/payments.src.js | uglifyjs > bin/payments.js

release

npm install wnpm-ci --no-save && wnpm-release -- --no-shrinkwrap && npm install bower-auto-release && bower-auto-release --dist bin

Metadata

Downloads

Maintainers