小编sac*_*tha的帖子

: 如何将stripe test改为live?

我用 flutter 创建了 Stripe 支付网关,它现在正在测试模式下工作,我想在 StripeOptions() 中更改为实时模式(我已经更新了publishableKey和秘密)我必须更改androidPayModemerchantId?,如果应该更改那么怎么办?我找不到任何与此相关的内容。

static init() {
StripePayment.setOptions(StripeOptions(
    publishableKey:
        "my key",
    merchantId: "Test",
    androidPayMode: 'test'));
Run Code Online (Sandbox Code Playgroud)

}

payment-gateway stripe-payments flutter wallet android-inapp-purchase

2
推荐指数
1
解决办法
1428
查看次数