我们正在使用Magento
我在异常日志文件中遇到以下错误:
异常Mage_Core_Exception,消息如下:
PayPal NVP gateway errors: The transaction cannot complete successfully.
Instruct the customer to use an alternative payment method
(#10417: Transaction cannot complete).
Correlation ID: e9aa67915a70f.
Version: 60.0. in /home/necro/necroproduct.com/app/Mage.php:536
有人可以帮我解决这个错误吗?
答案 0 :(得分:1)
日志中有错误代码:
(#10417:交易无法完成)。
根据the documentation,这仅表示客户的帐户资金不足(或没有信用卡链接)来支付该项目,如上所述:
与可用资金来源无关的帐户。
或
完成付款需要信用卡或结算协议。
所以,除非你愿意放弃信用卡/账单协议的要求(如果你现在这样做的话,那就是),你可以做的不多。