diff --git a/README.md b/README.md
index aadf6c39..9416edfc 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ sistemlerinin kullanılabilmesidir.
| PosNetV1
(JSON API) | Albaraka Türk | NonSecure
3DSecure | İptal
İade
Durum sorgulama |
| PayFor | Finansbank
Enpara | NonSecure
3DSecure
3DPay
3DHost | İptal
İade
Durum sorgulama
Sipariş Tarihçesini sorgulama
Geçmiş İşlemleri sorgulama |
| InterPOS | Deniz bank | NonSecure
3DSecure
3DPay
3DHost | İptal
İade
Durum sorgulama |
-| Kuveyt POS TDV2.0.0 | Kuveyt Türk | 3DSecure | İptal
İade
Durum sorgulama
(SOAP API) |
+| Kuveyt POS TDV2.0.0 | Kuveyt Türk | NonSecure
3DSecure | İptal
İade
Durum sorgulama
(SOAP API) |
| VakifKatilimPos
(test edilmesi gerekiyor) | Vakıf Katılım | NonSecure
3DSecure
3DHost | İptal
İade
Durum sorgulama
Sipariş Tarihçesini sorgulama
Geçmiş İşlemleri sorgulama |
### Ana başlıklar
diff --git a/config/pos_production.php b/config/pos_production.php
index a46ebf52..76ff7c0d 100644
--- a/config/pos_production.php
+++ b/config/pos_production.php
@@ -161,7 +161,7 @@
'name' => 'kuveyt-pos',
'class' => Mews\Pos\Gateways\KuveytPos::class,
'gateway_endpoints' => [
- 'payment_api' => 'https://sanalpos.kuveytturk.com.tr/ServiceGateWay/Home/ThreeDModelProvisionGate',
+ 'payment_api' => 'https://sanalpos.kuveytturk.com.tr/ServiceGateWay/Home',
'gateway_3d' => 'https://sanalpos.kuveytturk.com.tr/ServiceGateWay/Home/ThreeDModelPayGate',
'query_api' => 'https://boa.kuveytturk.com.tr/BOA.Integration.WCFService/BOA.Integration.VirtualPos/VirtualPosService.svc?wsdl',
],
diff --git a/config/pos_test.php b/config/pos_test.php
index f0e7b0fa..285837fc 100644
--- a/config/pos_test.php
+++ b/config/pos_test.php
@@ -109,7 +109,7 @@
'name' => 'kuveyt-pos',
'class' => Mews\Pos\Gateways\KuveytPos::class,
'gateway_endpoints' => [
- 'payment_api' => 'https://boatest.kuveytturk.com.tr/boa.virtualpos.services/Home/ThreeDModelProvisionGate',
+ 'payment_api' => 'https://boatest.kuveytturk.com.tr/boa.virtualpos.services/Home',
'gateway_3d' => 'https://boatest.kuveytturk.com.tr/boa.virtualpos.services/Home/ThreeDModelPayGate',
'query_api' => 'https://boatest.kuveytturk.com.tr/BOA.Integration.WCFService/BOA.Integration.VirtualPos/VirtualPosService.svc?wsdl',
],
diff --git a/docs/PRE-AUTH-POST-EXAMPLE.md b/docs/PRE-AUTH-POST-EXAMPLE.md
index 236f6596..4704daf5 100644
--- a/docs/PRE-AUTH-POST-EXAMPLE.md
+++ b/docs/PRE-AUTH-POST-EXAMPLE.md
@@ -115,7 +115,7 @@ try {
}
```
```html
-
+