【发布时间】:2016-11-02 07:42:08
【问题描述】:
我正在我的 android 应用中实现条带支付网关。到目前为止,我可以使用条纹验证信用卡,但我被卡住了 subscribe 。我无法在应用程序中设置Stripe.api_key。它的节目无法解析变量。如果我删除Stripe.api_key,那么应用程序会抛出以下异常
Stripe::AuthenticationError - No API key provided. (HINT: set your API key using "Stripe.api_key = <API-KEY>". You can generate API keys from the Stripe web interface. See https://stripe.com/api for details, or email support@stripe.com if you have any questions.):
请帮忙解决问题
【问题讨论】: