From fe7f72bf6307ade0b6c8335053bd3c23f9e925d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAudrey?= <“auva@odoo.com”> Date: Fri, 8 Sep 2023 13:19:38 +0200 Subject: [PATCH] [IMP] payment_provider/mercado pago: Add missing step for production credentials task-3498727 closes odoo/documentation#5775 Signed-off-by: Antoine Vandevenne (anv) --- .../payment_providers/mercado_pago.rst | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/content/applications/finance/payment_providers/mercado_pago.rst b/content/applications/finance/payment_providers/mercado_pago.rst index 157aff410..ff290c995 100644 --- a/content/applications/finance/payment_providers/mercado_pago.rst +++ b/content/applications/finance/payment_providers/mercado_pago.rst @@ -10,10 +10,16 @@ countries, currencies and payment methods in Latin America. Configuration on Mercado Pago Dashboard ======================================= -#. Log into `Mercado Pago Dashboard `_ - and go to your **Application** or *create* a new one. -#. Go to :menuselection:`Production Credentials` or :menuselection:`Credentials` if your are in - a *Test* environment and copy your **Access Token** +#. Log into the `Mercado Pago Dashboard `_ + and select your application or create a new one. +#. Select :guilabel:`Credenciales de producción` in the left part of the application page, then + select the industry, optionally enter your domain, and click :guilabel:`Activar credenciales + de producción`. +#. Copy the :guilabel:`Access token` and save it for later. + +.. tip:: + If you are trying Mercado Pago as a test, select :guilabel:`Credienciales de prueba` in the left + part of the application page, then copy the test :guilabel:`Access token`. .. _payment_providers/mercado_pago/configure_odoo: @@ -22,9 +28,9 @@ Configuration on Odoo #. :ref:`Navigate to the payment provider Mercado Pago ` and change its state to :guilabel:`Enabled`. -#. In the :guilabel:`Credentials` tab, fill the :guilabel:`Access Token` with the value - you saved at the step :ref:`payment_providers/mercado_pago/configure_dashboard`. +#. In the :guilabel:`Credentials` tab, fill in the :guilabel:`Access Token` with the value you saved + at the step :ref:`payment_providers/mercado_pago/configure_dashboard`. #. Configure the rest of the options to your liking. .. seealso:: - - :doc:`../payment_providers` + :doc:`../payment_providers`