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

Installation
$ npm install -s 42-cent-omiseUsage
var Omise = require('42-cent-omise');
var client = new Omise({
PUBLIC_KEY: '<PLACEHOLDER>',
SECRET_KEY: '<PLACEHOLDER>'
});Gateway API
This is an adaptor of omise-node for 42-cent.
It implements the BaseGateway API.