[IMP] payment_provider/mercado pago: Add missing step for production credentials

task-3498727

closes odoo/documentation#5785

X-original-commit: fe7f72bf63
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
“Audrey 2023-09-08 13:19:38 +02:00
parent c677de3666
commit 6a777942cc

View File

@ -10,10 +10,16 @@ countries, currencies and payment methods in Latin America.
Configuration on Mercado Pago Dashboard
=======================================
#. Log into `Mercado Pago Dashboard <https://www.mercadopago.com.mx/developers/panel>`_
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 <https://www.mercadopago.com.mx/developers/panel>`_
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 <payment_providers/add_new>` 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`