From b32a07bd51c2488ffd31469b9e63d598e6ab9b97 Mon Sep 17 00:00:00 2001 From: brr-odoo <67604424+brr-odoo@users.noreply.github.com> Date: Thu, 23 Jul 2020 07:26:55 -0700 Subject: [PATCH] [FIX] payment_authorize: fix relay response url For Authorize.net configuration, you need individual Receipt and Relay Response URL's. The previous version featured the same URL twice. The Relay Response URL is here updated to reflect proper configuration. --- general/payment_acquirers/authorize.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/payment_acquirers/authorize.rst b/general/payment_acquirers/authorize.rst index 302caf07c..01e0af92b 100644 --- a/general/payment_acquirers/authorize.rst +++ b/general/payment_acquirers/authorize.rst @@ -81,7 +81,7 @@ Settings --> Transaction Response Settings --> Response/Receipt URLs`, and set t - | Default Receipt URL: | *https://[yourcompany.odoo.com]*/**payment/authorize/return** - | Default Relay Response URL: - | *https://[yourcompany.odoo.com]*/**payment/authorize/return** + | *https://[yourcompany.odoo.com]*/**shop/confirmation** .. note:: | Failing to complete this step results in the following error: