payment-subscription:添加 Stripe 支付订阅页面的 Meteor 模板

时间:2024-07-15 23:13:03
【文件属性】:

文件名称:payment-subscription:添加 Stripe 支付订阅页面的 Meteor 模板

文件大小:73KB

文件格式:ZIP

更新时间:2024-07-15 23:13:03

JavaScript

支付订阅 使用 Stripe API 放入订阅付款页面的 Meteor 包。 ========================== 安装 A. 将 repo 克隆到本地计算机。 git clone https : //github.com/awatson1978/payment-subscription.git payment-subscription B. 在创建您的 Stripe 帐户C. 使用来自您的 Stripe 帐户的数据更新您的私钥和公钥。 // packages/stripe-meteor/stripe_server.js var Stripe = StripeAPI ( 'sk_test_adhfniabgvdafvdfv' ) ; // client/stripe.js Stripe . setPublishableKey ( 'pk_test_janvan


【文件预览】:
payment-subscription-master
----.travis.yml(1KB)
----webapp()
--------client()
--------server()
--------.meteor()
--------tests()
--------run_nightwatch.sh(6KB)
--------public()
--------packages()
--------models.js(3KB)
----README.md(973B)

网友评论