From 1f842b5f2b8bb72c16ac25477877ed15a05a1fe8 Mon Sep 17 00:00:00 2001 From: Christoforus Surjoputro Date: Tue, 7 Jan 2025 09:01:51 +0000 Subject: [PATCH] [FIX] payment_providers/xendit: remove step to enable optional 3ds Enabling optional 3DS should not part of the official step. This configuration is specific to cards payment, by default should perform 3DS, and only eligible merchant able to perform cards payment with optional 3DS enabled. closes odoo/documentation#11759 Forward-port-of: #11712 X-original-commit: bc1e3def1d309e273b4a1079f665f72e068049b7 Signed-off-by: Audrey Vandromme (auva) --- content/applications/finance/payment_providers/xendit.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/applications/finance/payment_providers/xendit.rst b/content/applications/finance/payment_providers/xendit.rst index 17b4e713c..b8f8cf8f7 100644 --- a/content/applications/finance/payment_providers/xendit.rst +++ b/content/applications/finance/payment_providers/xendit.rst @@ -33,8 +33,6 @@ Configuration on the Xendit Dashboard #. In the :guilabel:`Webhook URL` section, enter your Odoo database's URL, followed by `/payment/xendit/webhook` (e.g., `https://example.odoo.com/payment/xendit/webhook`) in the field :guilabel:`Invoices paid` and click the :guilabel:`Test and save` button next to it. -#. Navigate to the `Card Settings page `_ - and ensure that :guilabel:`Optional 3DS` is enabled while :guilabel:`Dynamic 3DS` is disabled. Configuration on Odoo =====================