From 8da868e6f6c1cf1172660741b9f7134db83b37aa Mon Sep 17 00:00:00 2001 From: "Anita (anko)" Date: Thu, 16 Mar 2023 14:15:02 +0000 Subject: [PATCH] [IMP] paypal: remove deleted field Removing no longer used Merchant Account ID field. task-2854184 closes odoo/documentation#3917 X-original-commit: de8db5a6a021a7627118f1b5a424cf81f4ec7231 Signed-off-by: Antoine Vandevenne (anv) --- content/applications/finance/payment_providers/paypal.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/applications/finance/payment_providers/paypal.rst b/content/applications/finance/payment_providers/paypal.rst index 2d367a230..9ad379448 100644 --- a/content/applications/finance/payment_providers/paypal.rst +++ b/content/applications/finance/payment_providers/paypal.rst @@ -19,7 +19,6 @@ Credentials tab Odoo needs your **API Credentials** to connect with your PayPal account, which comprise: - **Email**: your login email address in Paypal. -- **Merchant Account ID**: the code of the merchant account used to identify your Paypal account. - **PDT Identity Token**: the key used to verify the authenticity of transactions. - **Use IPN**: whether you want to use Instant Payment Notification. Already checked, you don't have to change it. @@ -27,8 +26,6 @@ Odoo needs your **API Credentials** to connect with your PayPal account, which c You can copy your credentials from your Paypal account and paste them into the related fields under the **Credentials** tab. -To retrieve the **Merchant Account ID**, log into your Paypal account and go to -:menuselection:`Account menu --> Account Settings --> Business information`. To set the **PDT Identity Token**, switch to :ref:`developer mode ` and retrieve the token by following the configuration step :ref:`paypal/enable-pdt`.