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.
更多
你可能也喜欢
- @0827v1_cli/utils 中文文档教程
- @0x0006e/babel-preset-react-test 中文文档教程
- @0x5e/react-native-alipay 中文文档教程
- @10stars/stylelint-config 中文文档教程
- @10yun/ggui-pc-editor-code 中文文档教程
- @1dnakukreja/common-img 中文文档教程
- @51nodes/decentralized-schema-registry 中文文档教程
- @9hub/udf-component 中文文档教程
- @9softstudio/react-monthpicker 中文文档教程
- @aaa-backend-stack/rest 中文文档教程