【发布时间】:2016-09-13 17:34:43
【问题描述】:
我已经在我的新 magento 2.0.5 中配置了 authorize.net。我已经更新了我的沙箱api login id、transaction key、merchant md5,并将url更改为https://test.authorize.net/gateway/transact.dll进行测试。
我还启用了测试模式和调试模式来跟踪。下订单时,我在警报框Please enter a transaction ID to authorize this payment. 上收到错误消息。在检查 /var/log/debug.log transaction id (x_trans_id) 时在 0。我怀疑问题出在transaction id。
【问题讨论】:
-
您不应在请求中将网关设置为测试模式或将测试模式设置为真。
-
非常感谢,它对我有用
标签: magento authorize.net