我正在使用PayPal Rest API(SDK for Java),当我提交执行付款时(即重定向之前),我收到错误:
Excetpion e [{
"field": "transactions[0]",
"issue": "Item amount must add up to specified amount subtotal (or total if amount details not specified)"
}]]]
但是数字如下(从我的调试日志中复制)并加起来,特别是所有项目的价格(只有一个)正好是小计
[[ tranaction t total 24.57]]
[[ tranaction t subtotal 19.8]]
[[ tranaction t tax 3.92]]
[[tranaction t shipping 0.85]]
[[tranaction t item[0] price 19.8]]
有人在那里有什么想法吗? 干杯 汤姆