Skip to content

Commit

Permalink
Merge commit 'refs/pull/144804/head' of https://github.com/odoo/odoo
Browse files Browse the repository at this point in the history
…into 16.0-4543
  • Loading branch information
docker-odoo committed Dec 4, 2023
2 parents 282589b + dede982 commit eeb3e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/payment_mercado_pago/const.py
Expand Up @@ -30,7 +30,7 @@
# Mapping of transaction states to Mercado Pago payment statuses.
# See https://www.mercadopago.com.mx/developers/en/reference/payments/_payments_id/get.
TRANSACTION_STATUS_MAPPING = {
'pending': ('pending', 'in_process', 'in_mediation'),
'pending': ('pending', 'in_process', 'in_mediation', 'authorized'),
'done': ('approved', 'refunded'),
'canceled': ('cancelled', 'null'),
'canceled': ('cancelled', 'null', 'rejected'),
}

0 comments on commit eeb3e96

Please sign in to comment.