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

[FW][FIX] payment_mercado_pago: fix traceback when the payment status is 404 #159649

Commits on Mar 28, 2024

  1. [FIX] payment_mercado_pago: fix traceback when the payment status is 404

    This traceback arises when the payment status is 404
    
    A comma at the end is forgotten while creating a tuple with single
    record, which leads to a typeerror traceback.
    
    Error:- "TypeError: 'in <string>' requires string as left operand, not int"
    
    https://github.com/odoo/odoo/blob/7e3267fc69324a3c98d36983705a50420b5143f9/addons/payment_mercado_pago/const.py#L35-L39
    
    sentry-5103720097
    
    X-original-commit: 9094afe
    alsh-odoo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4ba3267 View commit details
    Browse the repository at this point in the history