1.0.0 • Published 10 years ago
42-cent-stripe v1.0.0

Installation
$ npm install -s 42-cent-stripeUsage
var Stripe = require('42-cent-stripe');
var client = new Stripe({
    API_SECRET: '<PLACEHOLDER>'
});Gateway API
This is an adaptor of stripe-node for 42-cent.
It implements the BaseGateway API.