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.
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.