-
Notifications
You must be signed in to change notification settings - Fork 0
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
OD-2177/automate adyen bank statment import #6
base: OD-2150/adyen_new_payment_link_backport
Are you sure you want to change the base?
OD-2177/automate adyen bank statment import #6
Conversation
cd7a2d4
to
9f3ad91
Compare
@@ -50,6 +50,11 @@ def adyen_notification(self, **post): | |||
# Handle the notification data | |||
request.env['payment.transaction'].sudo().form_feedback( | |||
post, 'adyen') | |||
elif event_code == 'REPORT_AVAILABLE' and post['success'] == 'true': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should cause conflict wthi this https://github.com/VanMoof/odoo/pull/5/files#diff-5c0cadcc807ef523fe18a7db4ef532cafab74bbf5a083f7c1a55e0b5ee3e4ff7R53
Maybe a good time to merge all cusomizatins for Adyen on odoo/odoo repository and bump up the hash?
text=True, | ||
shell=True | ||
) | ||
std_out, std_err = process.communicate() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont see where we consume the report that comes back from Adyen?
I also dont see tests in our addons to cover this functionality.
80314fd
to
6ed8ac9
Compare
2b099e4
to
daabc2d
Compare
daabc2d
to
187bb3e
Compare
Description of the issue/feature this PR addresses:
Current behavior before PR: Doesn't handle 'REPORT_AVAILABLE' webhook
Desired behavior after PR is merged:
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr