magento - 取消授权交易过期的订单

标签 magento paypal payment-gateway

如何取消授权交易过期的订单? 我试图在 magento admin 中取消授权交易过期的订单,但失败了 错误:拒绝 10601 - 授权已过期。 我试图在 sales_payment_transaction 表中找到带有 txn_id 的记录并将其设置为空。 但我仍然收到消息“订单尚未取消”。

最佳答案

我可以取消授权交易过期的订单:

  1. 我在 magento 管理中从订单销售 -> 订单中获取了 txn_id。
  2. 找到带有 txn_id 的记录 sales_payment_transaction。
  3. 将字段 is_closed 字段从 0 更改为 1。
  4. 完成这些步骤后,我可以在 magento 管理中取消订单。

关于magento - 取消授权交易过期的订单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26011990/

相关文章:

php - Magento 分层导航 - 复选框

php - 我的 Magento 扩展安装脚本将无法运行

php - 获取自定义支付网关数据作为 Woocommerce 3 中的设置

payment-gateway - 基于 token 的信用卡系统与传统网关

php - Magento session 在哪里序列化?

java - Paypal证书升级为sha256

paypal - 新的 PayPal 移动 SDK 中的 CustomID

javascript - Paypal 快速结账 : Successful transaction but cannot show the order detail in seller account

android - Payu支付错误 "Some error occurred, Try again!"

magento - (单元)测试 pdf 生成