gpt4 book ai didi

android - 如何使用 Google Pay 设置发货回调

转载 作者:行者123 更新时间:2023-12-03 15:21:38 26 4
gpt4 key购买 nike

我想在我的 Android 应用中创建一种付款方式,例如 Google 照片中的付款方式:
我想询问送货地址并根据国家动态更新运费。

我关注 Google Pay documentation
但它没有给出任何关于如何设置回调的解释,例如,在 Google Pay web documentation 中进行了解释。 .
我也尝试寻找一些教程,但似乎没有人尝试做我想做的事情。

例如,我想显示一个错误,例如
this picture

当我尝试创建 JSON 以添加回调时,Google pay 崩溃而不提供任何日志,adb -d logcat -s WalletMerchantError 也没有。

JSONObject paymentDataRequestJSON = new JSONObject()
.put("apiVersion", 2)
.put("apiVersionMinor", 0)
.put("allowedPaymentMethods", new JSONArray()
.put(cardPaymentMethod))
.put("transactionInfo", transactionInfo)
//.put("merchantInfo", merchantInfo) // TODO
.put("callbackIntents", new JSONArray()
.put("SHIPPING_ADDRESS")
.put("SHIPPING_OPTION"))
.put("shippingAddressRequired", true);

最佳答案

不幸的是,这目前不适用于 Android。我知道对此的支持是计划中的,但是,我不能说它何时可用。

关于android - 如何使用 Google Pay 设置发货回调,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57081041/

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