Good Day,
We just upgraded our system from osCommerce 2.2 to 2.3.1 and are now using the Authorize.net payment module.
Two customers have attempted to pay for orders and received an email confirmation from Authorize.net for the order, but osCommerce reported that the order had not gone through.
Has anybody else had this issue? How can I resolve it ASAP?
Thank you!
Latest News: (loading..)
Payment Processed but not order
Started by ChildOTK, Jan 26 2012, 17:47
1 reply to this topic
#1
Posted 26 January 2012, 17:47
#2
Posted 30 January 2012, 20:07
For those interested:
I ended up commenting out the code which confirmed the MD5 hash entered in the admin. I thought it was weird how the MD5 hash got generated in the payment module compared to a randomly generated hash from Authorize.net.
Looking at the code, users can just leave the MD5 Hash field blank in the osCommerce admin, but otherwise just comment out the lines that do the MD5 Hash comparison.
Thanks.
I ended up commenting out the code which confirmed the MD5 hash entered in the admin. I thought it was weird how the MD5 hash got generated in the payment module compared to a randomly generated hash from Authorize.net.
Looking at the code, users can just leave the MD5 Hash field blank in the osCommerce admin, but otherwise just comment out the lines that do the MD5 Hash comparison.
Thanks.














