From 54b4d69b62498373c19927299f68bf1ac081708a Mon Sep 17 00:00:00 2001 From: Nuryagdy Mustapayev Date: Sat, 17 Aug 2024 12:42:21 +0200 Subject: [PATCH] config - fix vakifbank test env url --- config/pos_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pos_test.php b/config/pos_test.php index cad0b698..6b8975e3 100644 --- a/config/pos_test.php +++ b/config/pos_test.php @@ -74,8 +74,8 @@ 'class' => Mews\Pos\Gateways\PayFlexV4Pos::class, 'gateway_endpoints' => [ 'payment_api' => 'https://onlineodemetest.vakifbank.com.tr:4443/VposService/v3/Vposreq.aspx', - 'gateway_3d' => 'https://3dsecuretest.vakifbank.com.tr:4443/MPIAPI/MPI_Enrollment.aspxs', - 'query_api' => 'https://sanalpos.vakifbank.com.tr/v4/UIWebService/Search.aspx', // todo update with the correct one + 'gateway_3d' => 'https://3dsecuretest.vakifbank.com.tr:4443/MPIAPI/MPI_Enrollment.aspx', + 'query_api' => 'https://onlineodemetest.vakifbank.com.tr:4443/UIService/Search.aspx', ], ], 'ziraat-vpos' => [