https://bugzilla.wikimedia.org/show_bug.cgi?id=24863
Arthur Richards <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Arthur Richards <[email protected]> 2010-08-20 20:34:50 UTC --- After some investigation, it turns out that the problem is due to a change in how PayPal/Payflow handle transactions. Originally, transactions that we received via PayPal would result in PayPal sending us a message about that transaction through a service we wrote to receive notification about transactions from PayPal (it's our 'IPN Listener'). Transactions received via Payflow were completely handled on our end - we only received transaction information by asking Payflow directly for it. Now, Payflow transactions as well as PayPal transactions are sent from PayPal to our IPN listener. As a result, we were pulling in transaction information for the same transaction from two different sources, resulting in double transaction entry. I am working on a stop-gap measure to deal with this while we sort out a better solution to these changes. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
