From da14891dfbf551061c988d1aab69d9ee00221ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mili=C4=87?= Date: Mon, 8 Jul 2024 16:28:13 +0200 Subject: [PATCH] docfix/Tweak function name --- src/main/resources/static/js/main-html-obp-consent-flow.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/js/main-html-obp-consent-flow.js b/src/main/resources/static/js/main-html-obp-consent-flow.js index fe7fb24..232ebc5 100644 --- a/src/main/resources/static/js/main-html-obp-consent-flow.js +++ b/src/main/resources/static/js/main-html-obp-consent-flow.js @@ -1,4 +1,4 @@ -function makePaymentOBP(button) { +function createTransactioRequestObp(button) { let resultBox = $(button).siblings('.payments_obp').empty().append('

Response:

'); let bankId = $(button).attr('bank_id'); let accountId = $(button).attr('account_id'); @@ -174,7 +174,7 @@ $(function () { - +