42-cent-omise 中文文档教程
Installation
$ npm install -s 42-cent-omise
Usage
var Omise = require('42-cent-omise');
var client = new Omise({
PUBLIC_KEY: '<PLACEHOLDER>',
SECRET_KEY: '<PLACEHOLDER>'
});
Gateway API
这个是 omise-node 的适配器,用于 42 美分。
它实现了 BaseGateway API。
Installation
$ npm install -s 42-cent-omise
Usage
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.