【发布时间】:2020-03-30 17:04:46
【问题描述】:
我想创建一个令牌,以便我可以发送该令牌并在服务器中创建一个费用。遵循这些说明:
我在 index.html 中添加了脚本标签。但是在我的试剂应用程序中,当我在我的 Figwheel 项目中使用 (Stripe."sdfjasodfhioas") 时,我得到了 Stripe。未申报。我该如何解决这个问题?
【问题讨论】:
-
您可以使用github.com/cljsjs/packages/tree/master/stripe,但需要注意的是
The Stripe js API will still need to be provided through some other mechanism.您也可以通过检查github.com/cljsjs/packages/issues/1213获得一些运气
标签: stripe-payments clojurescript