Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin info is not available in the payment transaction when CHARGEBACK is received #89

Open
ghost opened this issue Aug 23, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 23, 2018

I order for us to do some business logic when a CHARGEBACK is received, we would like to access the information contained in the notification from Adyen. Similar information is provided in the AUTHORIZED notification for the original transaction of the payment, but no plugin information is available in the transaction for the CHARGEBACK.

I don't know if this is a bug or an enhancement.

@pierre
Copy link
Member

pierre commented Aug 25, 2018

I'm not quite sure what you are referring to: do you need more information on chargebacks when getPaymentInfo is called? If so, I think a PR exposing more plugin properties would be acceptable.

@ghost
Copy link
Author

ghost commented Aug 27, 2018

I need access to the information contained in the chargeback notification from adyen. I can see it in the adyen_notifications table, but I don't want to have to do SQL to get it. It would be nice to get this from paymentTransaction.getPaymentInfoPlugin().

@pierre
Copy link
Member

pierre commented Aug 27, 2018

Makes sense - feel free to submit a PR, I'll review it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant