我一直在尝试使用 BUYProductViewController 中的 Shopify 移动购买 SDK 使用 Apply Pay,但每次它返回“付款未完成”。
我已将其缩小到BUYApplePayHelpers.m中的第 107 行,在此方法之前的每一点,我的结帐对象都有一个 shippingRateId,而在它之后的任何地方,shippingRateId 都是 nil。
错误如下:
errors = {
checkout = {
"shipping_rate_id" = (
{
code = blank;
message = "can't be blank";
options = {
};
}
);
任何想法这里可能出了什么问题?