From 165ebaa804fdab1597da628b6bb7a5b693a2722a Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Mon, 1 Aug 2022 13:54:24 +0000 Subject: [PATCH] [IMP] stripe: clarify the conditions for the support of a payment method Even though the documentation was correct, it was confusing the reader to state that local payment methods are considered enabled if their related payment icon record does not exist in the database. The intended meaning was that this statement only holds if the local payment method is also supported, otherwise it cannot be enabled. closes odoo/documentation#2587 X-original-commit: 80a9cfb68f90428c3e38780a1bb2391cea2910f5 Signed-off-by: Antoine Vandevenne (anv) --- .../finance/payment_acquirers/stripe.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/content/applications/finance/payment_acquirers/stripe.rst b/content/applications/finance/payment_acquirers/stripe.rst index e49143cff..5eb625c8e 100644 --- a/content/applications/finance/payment_acquirers/stripe.rst +++ b/content/applications/finance/payment_acquirers/stripe.rst @@ -19,14 +19,16 @@ The Stripe connector in Odoo supports the following local payment methods: - iDeal: - Przelewy24 (P24) -To enable specific Local Payment Methods with Stripe, list them as supported payment icons. -To do so, go to :menuselection:`Payment Acquirers --> Stripe --> Configuration` and add the desired payment methods in -the **Supported Payment Icons** field. If the desired payment method is already listed, you don't have anything to do. +To enable some of these local payment methods with Stripe, list them as supported payment icons. To +do so, go to :menuselection:`Payment Acquirers --> Stripe --> Configuration` and add the desired +payment methods in the **Supported Payment Icons** field. If the desired payment method is already +listed, you don't have anything to do. .. image:: stripe/stripe_enable_local_payment_method.png :align: center - :alt: Select and add icons of payment methods you want to enable + :alt: Select and add icons of the payment methods you want to enable .. note:: - If a payment method icon doesn't exist at all in the database, the corresponding local payment method is always offered - to customers. + - If a payment icon record does not exist in the database and its related local payment method is + listed above, it is considered enabled with Stripe. + - If a local payment method is not listed above, it is not supported and cannot be enabled.