【发布时间】:2017-09-12 04:08:49
【问题描述】:
我正在尝试使用tipsi-stripe,但在调用stripe.init 时出现以下错误
代码
import stripe from 'tipsi-stripe'
stripe.init({
publishableKey: 'key',
// merchantId: 'merchant_id', // Optional
})
错误
【问题讨论】:
-
确保您使用正确版本的条库以及您正在使用的正确反应本机版本
标签: react-native stripe-payments