gpt4 book ai didi

javascript - ApplePay canMakePaymentsWithActiveCard Promise 返回 false

转载 作者:行者123 更新时间:2023-12-01 15:18:26 29 4
gpt4 key购买 nike

苹果支付 canMakePaymentsWithActiveCard Promise 在 Mac Safari 上返回 false,但在 iPhone Safari 上返回 true。 canMakePayments 两者都返回 true。我正在使用带有 Apple 提供的测试信用卡的沙盒 Apple 开发人员帐户。知道为什么 canMakePaymentsWithActiveCard 在 Mac Safari 上返回 false?

if (window.ApplePaySession) {
// I'm not posting actual merchantIdentifier due to security reasons
var merchantIdentifier = 'my unique identifier';
var promise = ApplePaySession.canMakePaymentsWithActiveCard(merchantIdentifier);
promise.then(function (canMakePayments) {
if (canMakePayments)
// For some reason false on Mac Safari
});
}

最佳答案

对我来说,问题是钱包中的测试信用卡没有设置账单地址。似乎需要帐单地址才能在网络上被认为是活跃和可用的,尽管我找不到表明这一点的文档。

关于javascript - ApplePay canMakePaymentsWithActiveCard Promise 返回 false,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47587523/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com