Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Magento eCheque自动更新订单以进行处理_Magento_Paypal Ipn - Fatal编程技术网

Magento eCheque自动更新订单以进行处理

Magento eCheque自动更新订单以进行处理,magento,paypal-ipn,Magento,Paypal Ipn,有一个订单是用PayPal echeque支付的。我在管理仪表板上查看,状态历史记录如下: 29/04/2014 8:10:31 AM|Processing Customer Notification Not Applicable IPN "Completed". Registered notification about captured amount of $71.60. Transaction ID: "xxxxxxxxxxxxxxxx". 23/04/2014 4:10:12 AM|P

有一个订单是用PayPal echeque支付的。我在管理仪表板上查看,状态历史记录如下:

29/04/2014 8:10:31 AM|Processing
Customer Notification Not Applicable
IPN "Completed". Registered notification about captured amount of $71.60. Transaction ID: "xxxxxxxxxxxxxxxx".

23/04/2014 4:10:12 AM|Payment Review
Customer Not Notified
IPN "Pending". The payment eCheck is not yet cleared. There is no update for the payment. Transaction ID: "xxxxxxxxxxxxxxxx".

23/04/2014 4:09:57 AM|Payment Review
Customer Notification Not Applicable
IPN "Pending". Capturing amount of $71.60 is pending approval on gateway. Transaction ID: "xxxxxxxxxxxxxxxx".

23/04/2014 4:07:43 AM|Pending Payment
Customer Not Notified

PayPal会自动更新磁电机订单的状态吗?我知道使用echeque支付的订单始终需要手动更新。

您是否使用magento附带的Paypal模块?是,paypal模块内置Magento您可以在app/code/core/Mage/paypal/controllers/PayflowController.php中检查此方法returnUrlAction吗?它可能会帮助您了解从paypal返回Magento时发生的情况