[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#5992

X-original-commit: 3db442acbb
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
This commit is contained in:
Anita (anko) 2023-09-19 13:36:47 +02:00 committed by Jonathan Castillo (jcs)
parent ccc00a6fa4
commit a5ce378859

View File

@ -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 <paypal/auto-return>`,
:ref:`PDT <paypal/pdt>`, and :ref:`IPN <paypal/ipn>` **must** all be enabled.
Note that for PayPal to work **in Odoo**, the options :ref:`Auto Return <paypal/auto-return>` and
:ref:`PDT <paypal/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) <paypal/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
-----------------------