Actions
Bug #9093
closedQuickPay: IPN and PDT timing issues
Description
QuickPay is sending pending and processed IPNs at the exact same time. It will also send a processed IPN at the exact same time as a PDT. This causes an overlap resulting in payment processing errors. To fix this delay PDT and delay pending IPNs to give priority to processed IPNs since QuickPay is paying no mind to timing.
Updated by krileon almost 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !284
Actions