From e1e14b1dece43c67114db9ab1746e3ef54f4e976 Mon Sep 17 00:00:00 2001 From: dido-odoo <88345552+dido-odoo@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:33:38 -0400 Subject: [PATCH] [FIX] Online payments: Correct the Webhook URL entered in Xendit The Webhook URL in our documentation was missing the "payment/xendit/webhook" part, meaning Odoo wasn't processing messages from Xendit if users followed the documentation. Therefore this commit corrects this so it's included. Support Ticket: opw-3849683 task-3859686 closes odoo/documentation#9077 X-original-commit: 5bf5db129f887569112ac5fee950709ee8d1a99f Signed-off-by: Xavier Platteau (xpl) --- content/applications/finance/payment_providers/xendit.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/applications/finance/payment_providers/xendit.rst b/content/applications/finance/payment_providers/xendit.rst index 2f08e7ccd..b8f8cf8f7 100644 --- a/content/applications/finance/payment_providers/xendit.rst +++ b/content/applications/finance/payment_providers/xendit.rst @@ -30,9 +30,9 @@ Configuration on the Xendit Dashboard the webhook token. #. Under :guilabel:`Webhook verification token`, click :guilabel:`View Webhook Verification Token`, then confirm your password to display the token. Save it for later. -#. In the :guilabel:`Webhook URL` section, enter your Odoo database URL (e.g., - `https://example.odoo.com`) in the field :guilabel:`Invoices paid` and click the - :guilabel:`Test and save` button next to it. +#. 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. Configuration on Odoo =====================