42-cent-stripe 中文文档教程
Installation
$ npm install -s 42-cent-stripe
Usage
var Stripe = require('42-cent-stripe');
var client = new Stripe({
API_SECRET: '<PLACEHOLDER>'
});
Gateway API
这是 stripe-node 的适配器,用于 42-cent.
它实现了 BaseGateway API。
Installation
$ npm install -s 42-cent-stripe
Usage
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.
更多
你可能也喜欢
- @0xfutures/protocol 中文文档教程
- @0xproject/sra-report 中文文档教程
- @1eeing/fetchonce 中文文档教程
- @555platform/portal-components 中文文档教程
- @78d6/eslint-config-react-app 中文文档教程
- @a8k/plugin-react-template 中文文档教程
- @aardvarkxr/aardvark-shared 中文文档教程
- @aasaanjobs/notifications-js-sdk 中文文档教程
- @aawd/assisted-input 中文文档教程
- @acaisoft/ngx-datatable 中文文档教程