我在我的新magento 2.0.5中配置了authorize.net
。我更新了我的沙箱api login id
,transaction key
,merchant md5
,并将网址更改为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
。
答案 0 :(得分:1)
您不应将网关设置为测试模式或在请求中将测试模式设置为true。