文件名称:payment-per-service:用于添加 Stripe 按服务付费页面的 Meteor 模板(对捐赠也很有用)
文件大小:104KB
文件格式:ZIP
更新时间:2024-07-15 16:26:31
JavaScript
按服务付费 使用 Stripe API 进入按服务付费页面的 Meteor 包。 ============================== 安装 A. 将 repo 克隆到本地计算机。 git clone https: //github.com/awatson1978/payment-per-service.git cd payment - subscription meteor B. 在创建您的 Stripe 帐户C. 使用来自您的 Stripe 帐户的数据更新您的私钥和公钥。 // packages/stripe-meteor/stripe_server.js var Stripe = StripeAPI ( 'sk_test_adhfniabgvdafvdfv' ) ; // client/stripe.js Stripe . setPublishableKey (
【文件预览】:
payment-per-service-master
----webapp()
--------models.js(3KB)
--------public()
--------run_nightwatch.sh(6KB)
--------client()
--------tests()
--------server()
--------.meteor()
----.travis.yml(1KB)
----README.md(991B)