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

[FIX] payment_authorize: Workaround to support multiple currencies returned by Authorize #596

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

moylop260
Copy link

It was already fixed in v17.0

But it requires a change in the database from m2o to m2m fields

So, we can not break stable policies

Also, a bug was reported to Authorize in order to avoid returning 2 currencies

since that it should return only 1

…turned by Authorize

It was already fixed in v17.0
 - https://github.com/odoo/odoo/blob/be611deca82c0f0e9c110d2ff35f3e081e94b3be/addons/payment_authorize/models/payment_provider.py#L80

But it requires a change in the database from m2o to m2m fields

So, we can not break stable policies

Also, a bug was reported to Authorize in order to avoid returning 2 currencies

since that it should return only 1
@moylop260 moylop260 added the PATCH label Jul 2, 2024
@moylop260 moylop260 self-assigned this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant