From 369775072be1b0a44d8db4cbd2dc9a196c533475 Mon Sep 17 00:00:00 2001 From: Danyi David Date: Wed, 25 Dec 2019 18:17:39 +0100 Subject: [PATCH] * updated SOAP endpoint and XML --- data/soap-xmls/SZEP_queryCard.xml | 19 +++++++++++-------- src/App/Service/SZEPManagerService.php | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/data/soap-xmls/SZEP_queryCard.xml b/data/soap-xmls/SZEP_queryCard.xml index 260abd1..b30a0aa 100644 --- a/data/soap-xmls/SZEP_queryCard.xml +++ b/data/soap-xmls/SZEP_queryCard.xml @@ -1,8 +1,11 @@ - -BANKKARTYASZAMLAEGYENLEGLEKERDEZES -BANKKARTYASUGYFEL -%s -%s -%s -%s - \ No newline at end of file + + + BANKKARTYASZAMLAEGYENLEGLEKERDEZES + + BANKKARTYASUGYFEL + %s + %s + %s + %s + + \ No newline at end of file diff --git a/src/App/Service/SZEPManagerService.php b/src/App/Service/SZEPManagerService.php index 8062503..f810b07 100644 --- a/src/App/Service/SZEPManagerService.php +++ b/src/App/Service/SZEPManagerService.php @@ -25,7 +25,7 @@ class SZEPManagerService const CERTIFICATE_WEB_PATH = "https://www.otpbankdirekt.hu/homebank/mobilalkalmazas/certificate"; const CERTIFICATE_CACHED_PATH = "data/cache/SZEP_cert.pem"; - const SOAP_ENDPOINT = "https://www.otpbankdirekt.hu/mwaccesspublic/mwaccess"; + const SOAP_ENDPOINT = "https://www.otpbankdirekt.hu/mwaccesspublic1984/mwaccess"; const POCKET_FOOD = 'Vendéglátás'; const POCKET_SPORT = 'Szabadidő';