-
Notifications
You must be signed in to change notification settings - Fork 6
Successfull payments not updating order to Processing #5
Comments
Any update on this? I'm having the same issue after upgrading to magento 1.8.1 Had to roll back to a previous version of magento to get things working again. |
Thanks for the reports - we haven't been able to replicate this so far. We have also just released version v1.5.10 which I have specifically tested on 1.8.1 for this issue. Please upgrade and reopen this issue if it persists. Please include your current configuration settings as well (mask out any sensitive info). |
This still happens with the new version. I've been running this same software for the last 3-4 years and it only just recently started since Magento 1.8 |
@evolvit currently we can't reproduce this which would allow us to see/fix the issue. Please provide as much information as you can for a single transaction. |
I don't mind giving you access to the live site if you want, I can pop through a $50 payment on your website as well to cover the time? |
@evolvit please get in touch via [email protected] |
Issue is solved with the latest version - there was an unrelated issue with the compiled state not being updated during the compilation process. |
what was the step to resolve this issue, we did do a code change which fixed the bug, however we are still getting an issue where orders through DPS are not changing from processing to complete upon shipment. Non DPS orders work correctly. Both issues persist when we updated to the latest version which was released to resolve this issue. |
This works as long as you turn compilation mode off. With compilation mode on it still has the same errors. I don't know if the patch actually fixes anything, but Fooman had a look and found that the compilation mode had errors, we disabled it and it worked. |
mine has always been disabled, so unfortunately doesn't work for me. Very frustrating. We're working on resolving it so I'll update once that is done, I'll provide the code we are using. |
Just to confirm on @evolvit's install the compilation mode did not correctly update the files which are in the compiled state (ie under includes/src) meaning the old code is used. @pauldowd same reply really as to @evolvit before - currently we can't reproduce this which would allow us to see/fix the issue. Please provide as much information as you can for a single transaction so that we can try to replicate this. |
I tried updating to magento 1.8.1 with MageBase_DpsPaymentExpress 1.5.10 stable - still not working... Used "php shell/compiler.php clear" to ensure compilation mode was disabled and had no outdated files. This time no invoice was generated, and order status was still set to payment pending. Here is magebase_dps_pxpay.log... system.log - probably unrelated. var/report |
@glitch-nz your log does not show any entries like Please also check your database in the magebasedps_debug table. |
@fooman my fault, had my nginx config set to redirect other ips to a maintenance page while I was testing. This must of been blocking the DPS notification. Working now, thanks for your time. |
@pauldowd any updates from you? |
Closing for now - please reopen if necessary. |
We have upgraded to 1.8.1.0 and it was working fine before this.
Now when an order is placed and paid for via dps we get a new order email. But the order on the website still shows as pending. Even after shipping the item it still says pending. Both the Ship & Invoice options are gone as they have already been done.
The Logs show 3 Actions:
DPS Response: Purchase OK - create Invoice
MageBaseDps User returned to Success Url
DPS Response: Purchase OK - don't Invoice
And the item stays as pending, though it has been invoiced.
The text was updated successfully, but these errors were encountered: