[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#2592
X-original-commit: 8bcaa08531
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
3b69390a11
commit
0f113316ec
@ -155,15 +155,19 @@ Odoo supports the following local payment methods:
|
|||||||
- iDEAL
|
- iDEAL
|
||||||
- Przelewy24 (P24)
|
- Przelewy24 (P24)
|
||||||
|
|
||||||
To enable specific local payment methods with Stripe, list them as supported payment icons. To do
|
To enable some of these local payment methods with Stripe, list them as supported payment icons. To
|
||||||
so, go to :menuselection:`Payment Acquirers --> Stripe --> Configuration` and add the desired
|
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
|
payment methods in the **Supported Payment Icons** field. If the desired payment method is already
|
||||||
listed, you don't have anything to do. If a payment icon record doesn't exist in the database, its
|
listed, you don't have anything to do.
|
||||||
related payment method is considered enabled with Stripe.
|
|
||||||
|
|
||||||
.. image:: stripe/stripe_enable_local_payment_method.png
|
.. image:: stripe/stripe_enable_local_payment_method.png
|
||||||
:align: center
|
:align: center
|
||||||
:alt: Select and add icons of the payment methods you want to enable
|
:alt: Select and add icons of the payment methods you want to enable
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
- 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.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
- :doc:`../payment_acquirers`
|
- :doc:`../payment_acquirers`
|
||||||
|
Loading…
Reference in New Issue
Block a user