42-cent-stripe 中文文档教程

发布于 9年前 浏览 25 项目主页 更新于 3年前

构建状态

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。

Build Status

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

This is an adaptor of stripe-node for 42-cent.
It implements the BaseGateway API.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文