From bb82dd3ce8658fea117bb3c1bf328a2cff8ff393 Mon Sep 17 00:00:00 2001 From: "Anita (anko)" Date: Tue, 19 Sep 2023 13:36:47 +0200 Subject: [PATCH] [IMP] payment_providers: remove IPN section from PayPal Removing IPN mentions from the documentation. Community PR: https://github.com/odoo/odoo/pull/104974 closes odoo/documentation#5993 X-original-commit: 3db442acbba36e5d72d4e948e2f9d19f3c29aa73 Signed-off-by: Jonathan Castillo (jcs) --- .../finance/payment_providers/paypal.rst | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/content/applications/finance/payment_providers/paypal.rst b/content/applications/finance/payment_providers/paypal.rst index 29a162021..8eac36213 100644 --- a/content/applications/finance/payment_providers/paypal.rst +++ b/content/applications/finance/payment_providers/paypal.rst @@ -16,8 +16,8 @@ open the :guilabel:`Website payments` menu. :alt: PayPal account menu .. important:: - Note that for PayPal to work **in Odoo**, the options :ref:`Auto Return `, - :ref:`PDT `, and :ref:`IPN ` **must** all be enabled. + Note that for PayPal to work **in Odoo**, the options :ref:`Auto Return ` and + :ref:`PDT ` **must** be enabled. .. _paypal/auto-return: @@ -48,17 +48,6 @@ preferences --> Update`, scroll down to :guilabel:`Payment data transfer` and se and :ref:`Payment Data Transfer (PDT) ` are enabled. If you need the **PDT Identity Token**, disable and re-enable :guilabel:`Payment data transfer` to display the token again. -.. _paypal/ipn: - -Instant Payment Notification (IPN) ----------------------------------- - -:abbr:`IPN (Instant Payment Notifications)` is similar to **PDT**, but allows for more -notifications, such as chargeback notifications. To enable **IPN**, go to :menuselection:`Website -payments --> Instant payment notifications --> Update` and click :guilabel:`Choose IPN settings`. -Enter a :guilabel:`Notification URL`, select :guilabel:`Receive IPN messages (Enabled)`, and -:guilabel:`Save`. - PayPal Account Optional -----------------------