PayPal error in my log

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

PayPal error in my log

Post by Robbie@FireFold » Mon Nov 24, 2008 8:36 am

This is one I haven't seen before:

Error 1: PayPal IPN transaction 19K54285PY147323W with a "CANCELED_REVERSAL" status was unhandled.
Error 2: PayPal IPN transaction 6UL67316D1561180V with a "CANCELED_REVERSAL" status was unhandled.
Error 3: Unhandled exception during checkout. Debug Data: Cannot insert the value NULL into column 'TotalCharges', table 'FireFold.dbo.ac_Orders'; column does not allow nulls. UPDATE fails. The statement has been terminated.

Maybe related to the new PayPal fix? Or maybe an old error I've never seen.
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: PayPal error in my log

Post by Logan Rhodehamel » Tue Nov 25, 2008 2:36 pm

Robbie@FireFold wrote:Error 1: PayPal IPN transaction xxx with a "CANCELED_REVERSAL" status was unhandled.
Error 2: PayPal IPN transaction xxx with a "CANCELED_REVERSAL" status was unhandled.
If a charge gets reversed (e.g. disputed by customer) and then the reversal is cancelled (e.g. you win the dispute) our IPN processor is not handling the update. It requires manual intervention to get your AC order database in sync. Look up the paypal transaction to get the AC order number, then edit the AC order. Most likely, you need to see which payment was reversed, then edit it and set the status back to completed.

I think support for these were not added because it was difficult to replicate a testing scenario. I will add an enhancement request.
Robbie@FireFold wrote: Error 3: Unhandled exception during checkout. Debug Data: Cannot insert the value NULL into column 'TotalCharges', table 'FireFold.dbo.ac_Orders'; column does not allow nulls. UPDATE fails. The statement has been terminated.
That is an odd one. Did it come in at the same time as the other two errors?
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: PayPal error in my log

Post by Robbie@FireFold » Wed Nov 26, 2008 9:29 am

They did come in at the same time.
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

Post Reply