Flutter上的条纹

khbbv19g  于 2023-05-23  发布在  Flutter
关注(0)|答案(1)|浏览(203)

我已经安装并使用了FLUTTER_STRIPE,但有一个错误,我不能理解..
当我调试时,单击PAY,出现一个错误消息

I/flutter (32337): eccezione'package:flutter_stripe/src/stripe.dart': Failed assertion: line 488 pos 9: '!(paymentSheetParameters.applePay != null &&

I/flutter (32337):             instance._merchantIdentifier == null)': merchantIdentifier must be specified if you are using Apple Pay. Please refer to this article to get a merchant identifier: https://support.stripe.com/questions/enable-apple-pay-on-your-stripe-account

如果在我的条纹停用苹果支付,被激活只有谷歌支付...不使用Apple Pay就不能参加考试吗?
带STRIPE支付功能

vs91vp4v

vs91vp4v1#

尝试在你的主.dart文件中添加Stripe.merchantidentifier

相关问题