killbill / killbill-adyen-plugin

Kill Bill plugin for Adyen
https://killbill.io
Apache License 2.0
10 stars 31 forks source link

Adyen notification arrived before Adyen response was available #69

Open unieagle opened 7 years ago

unieagle commented 7 years ago

KillbillAdyenNotificationHandler.java#L112 So when handling the Adyen notification, plugin will first look up the Adyen response with the psp_reference. But in some edge cases (network issue), there was no response stored in db yet. This will result in failure of associating Adyen notification to Killbill transaction.