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

Commits on Jul 2, 2024

  1. [FIX] payment_authorize: Workaround to support multiple currencies re…

    …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 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    58b3d14 View commit details
    Browse the repository at this point in the history