From 64e2f9297dc025fc07ae2d21f61696aa62dfd203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A7kin=20Kuzoluk?= Date: Thu, 6 Apr 2023 12:39:00 +0300 Subject: [PATCH] =?UTF-8?q?Garanti=20bankas=C4=B1=20test=20url=20de=C4=9Fi?= =?UTF-8?q?=C5=9Fti.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/pos.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pos.php b/config/pos.php index f44127ca..12df609c 100644 --- a/config/pos.php +++ b/config/pos.php @@ -125,10 +125,10 @@ 'class' => Mews\Pos\Gateways\GarantiPos::class, 'urls' => [ 'production' => 'https://sanalposprov.garanti.com.tr/VPServlet', - 'test' => 'https://sanalposprovtest.garanti.com.tr/VPServlet', + 'test' => 'https://sanalposprovtest.garantibbva.com.tr/VPServlet', 'gateway' => [ 'production' => 'https://sanalposprov.garanti.com.tr/servlet/gt3dengine', - 'test' => 'https://sanalposprovtest.garanti.com.tr/servlet/gt3dengine', + 'test' => 'https://sanalposprovtest.garantibbva.com.tr/servlet/gt3dengine', ], ], ],