返回

flutter-flutter_条纹付款单在手机中未显示谷歌支付按钮

发布时间:2022-08-07 13:49:08 236
# android-studio

苹果支付按钮显示在 ios 设备中,但谷歌支付按钮没有显示在两个设备中。

这是我的 initPaymentSheet 方法

await Stripe.instance.initPaymentSheet(
  paymentSheetParameters: SetupPaymentSheetParameters(
  applePay: true,
  googlePay: true,
  testEnv: true,
  merchantCountryCode: 'IN',
  merchantDisplayName: 'DisplayName',
  customerId: paymentIntentData!['customer'],
  paymentIntentClientSecret: paymentIntentData!['client_secret'],
  customerEphemeralKeySecret: paymentIntentData!['ephemeralKey'],
   ));

特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报
评论区(0)
按点赞数排序
用户头像