We're adapting the plugin to handle AAR (Adyen Auto Rescue) and would be good to store the related additional_data adyen send to us during AAR process.
So I have a question, why this piece of code was build like this in a way to not store the "additional_data" from adyen? Is there a reason or just because it would not be used anywhere.
|
this.additionalData = null; |
We're adapting the plugin to handle AAR (Adyen Auto Rescue) and would be good to store the related additional_data adyen send to us during AAR process.
So I have a question, why this piece of code was build like this in a way to not store the "additional_data" from adyen? Is there a reason or just because it would not be used anywhere.
killbill-adyen-plugin/src/main/java/org/killbill/billing/plugin/adyen/client/model/NotificationItem.java
Line 47 in e8a9553