ac_Orders.TotalPayment not being updated
Posted: Tue Jan 12, 2010 2:33 pm
Hey guys,
Anyone had or seen the strange problem of the ac_Orders.TotalPayment not being updated and still 0 even though the order completed successfully?
The payment, transaction, order tables and everything all have the correct payment amounts, except the TotalPayments field in ac_Orders.
I cannot reproduce it locally in order to debug and the problem is on a production server.
Since the code that updates that field is in a compiled CommerceBuilder.DLL and the problem is on a production server I am not entirely sure how to go about debugging the problem.
Any ideas would be great.
AbleCommerce 7.0.2 build 11659
This seem to start happening once we upgraded to 7.0.2. The TotalPayments not being updated also does not appear to affect the normal operation of the store either. I only noticed it because we export our orders to an accounting system and was doing a check to make sure TotalPayments = TotalCharges before they get exported.
Anyone had or seen the strange problem of the ac_Orders.TotalPayment not being updated and still 0 even though the order completed successfully?
The payment, transaction, order tables and everything all have the correct payment amounts, except the TotalPayments field in ac_Orders.
I cannot reproduce it locally in order to debug and the problem is on a production server.
Since the code that updates that field is in a compiled CommerceBuilder.DLL and the problem is on a production server I am not entirely sure how to go about debugging the problem.
Any ideas would be great.
AbleCommerce 7.0.2 build 11659
This seem to start happening once we upgraded to 7.0.2. The TotalPayments not being updated also does not appear to affect the normal operation of the store either. I only noticed it because we export our orders to an accounting system and was doing a check to make sure TotalPayments = TotalCharges before they get exported.