Closed (fixed)
Project:
lm_paypal
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2012 at 16:50 UTC
Updated:
22 May 2012 at 10:30 UTC
It looks like the IPN tester uses mc_gross_1 now.
This should change line 19 in lm_paypal.ipn.inc.
Comments
Comment #1
L-four commentedAfter a quick look through the paypal forums and the spec. mc_gross_x is for each separate item that is purchased. lm_paypal doesn't use this value infact it ignores mc_gross1 which is the old name for mc_gross_1. I think what I'll do is add a column to the lm_paypal_ipns table and use it to store the serialized IPN.
Comment #2
L-four commentedThe patch for this issue http://drupal.org/node/1131076 fixes this, it has been committed to 7.x-1.x-dev.