I am getting this error in dblog. Where do I start looking to try and debug this?
http://domain.com/lm_paypal/ipn looks like a valid page with the IPN notice.
I am getting this error in dblog. Where do I start looking to try and debug this?
http://domain.com/lm_paypal/ipn looks like a valid page with the IPN notice.
Comments
Comment #1
L-four commentedYou get this when paypal sends you a IPN field that lm_paypal doesnt know about.
Comment #2
sksmithson commentedI get this as well - "IPN unknown field ignored: ipn_track_id => lZUJqarQaCH2uPVdd7.RNA" on current 7 dev version
So how do I fix this? The IPN records aren't getting written to the database due to this error.
Comment #3
L-four commentedI will push some updates to the IPN schema today, and i thinking about just putting all the unknown fields into a array an serializing them into the database. So they are not lost.
Comment #4
john franklin commentedLooks like the extra IPN fields were added to the code in mid-June. I've also backported them to the 6.x-2.x branch.