From 6cb88315fb9c8cb36b476a3cbc8bdfbfe675d939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mahmut=20=C3=96zdemir?= Date: Thu, 17 Jun 2021 00:16:33 +0300 Subject: [PATCH 1/2] =?UTF-8?q?Yap=C4=B1kredi=20test=20ortam=C4=B1=20url?= =?UTF-8?q?=20hatal=C4=B1.?= 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 bad62e74..b76a4f98 100644 --- a/config/pos.php +++ b/config/pos.php @@ -98,10 +98,10 @@ 'class' => Mews\Pos\Gateways\PosNet::class, 'urls' => [ 'production' => 'https://posnet.yapikredi.com.tr/PosnetWebService/XML', - 'test' => 'https://setmpos.yapikredi.com.tr/PosnetWebService/XML', + 'test' => 'https://setmpos.ykb.com/PosnetWebService/XML', 'gateway' => [ 'production' => 'https://www.posnet.yapikredi.com.tr/3DSWebService/YKBPaymentService', - 'test' => 'https://setmpos.yapikredi.com.tr/3DSWebService/YKBPaymentService', + 'test' => 'https://setmpos.ykb.com/3DSWebService/YKBPaymentService', ], ], ], From 7cf909e38b074d70265363b32b980c4b094e5915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mahmut=20=C3=96zdemir?= Date: Thu, 17 Jun 2021 00:59:57 +0300 Subject: [PATCH 2/2] =?UTF-8?q?Yap=C4=B1kredi=20gateway=20url=20www=20olma?= =?UTF-8?q?mas=C4=B1=20gerekiyor.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/pos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pos.php b/config/pos.php index b76a4f98..5b2bfa14 100644 --- a/config/pos.php +++ b/config/pos.php @@ -100,7 +100,7 @@ 'production' => 'https://posnet.yapikredi.com.tr/PosnetWebService/XML', 'test' => 'https://setmpos.ykb.com/PosnetWebService/XML', 'gateway' => [ - 'production' => 'https://www.posnet.yapikredi.com.tr/3DSWebService/YKBPaymentService', + 'production' => 'https://posnet.yapikredi.com.tr/3DSWebService/YKBPaymentService', 'test' => 'https://setmpos.ykb.com/3DSWebService/YKBPaymentService', ], ],