We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Kuveyt Türk ve Vakıf Katılım posunda api bilgilerini hatalı girince veya işlem tipi yanlış olunca $raw3DAuthResponseData değişkeninden Array ( [IsEnrolled] => false [IsVirtual] => false [ResponseCode] => InvalidTransactionSecurity [ResponseMessage] => İşlem türü geçersizdir. [OrderId] => 0 [TransactionTime] => 0001-01-01T00:00:00 [ReferenceId] => 2860e2d55e92435fa232a5dde55f68a9 [MerchantId] => Array ( [@xsi:nil] => true [#] => ) [BusinessKey] => 0 [@xmlns:xsi] => http://www.w3.org/2001/XMLSchema-instance [@xmlns:xsd] => http://www.w3.org/2001/XMLSchema )
Array ( [IsEnrolled] => false [IsVirtual] => false [ResponseCode] => InvalidTransactionSecurity [ResponseMessage] => İşlem türü geçersizdir. [OrderId] => 0 [TransactionTime] => 0001-01-01T00:00:00 [ReferenceId] => 2860e2d55e92435fa232a5dde55f68a9 [MerchantId] => Array ( [@xsi:nil] => true [#] => ) [BusinessKey] => 0 [@xmlns:xsi] => http://www.w3.org/2001/XMLSchema-instance [@xmlns:xsd] => http://www.w3.org/2001/XMLSchema )
şeklinde hata döndüğünde
pos/src/DataMapper/ResponseDataMapper/KuveytPosResponseDataMapper.php
Line 434 in 4eca22c
KuveytPos & Vakıf Katılım
KuveytPos
MODEL_NON_SECURE ödeme
1.5
The text was updated successfully, but these errors were encountered:
Tesekkurler, bu hata entegrasyon yaparken olusur diye dusunuyorum. Entegrasyon duzgun yapildiginda bu hata olusmamasi gerekiyor.
Bu yuzden bu hatayi ilerki versiyonlarda cozerim.
Sorry, something went wrong.
@nuryagdym Evet sadece entegrasyon yapılırken alınıyor, bilgiler veya işlem tipi hatalı olduğunda.
Aynı hatayla karşılaşan arkadaşlar geçici olarak bu şekilde çözebilir
if (isset($raw3DAuthResponseData['MerchantOrderId'])){ $orderId = $raw3DAuthResponseData['MerchantOrderId']; }else{ echo $raw3DAuthResponseData['ResponseCode']; die(); }
alınan hatayı açık bir şekilde incelemenizi sağlar,
fix: issue #254 kuveytpos, vakif katilim undefined index MerchantOrderId
1270f47
Merge pull request #256 from mewebstudio/254-kuveytpos-vakifkatilim-u…
672ba4b
…ndefined-index fix issue #254 kuveytpos vakifkatilim undefined index
v1.6 ile giderildi.
Successfully merging a pull request may close this issue.
Hatanın özeti
Kuveyt Türk ve Vakıf Katılım posunda api bilgilerini hatalı girince veya işlem tipi yanlış olunca
$raw3DAuthResponseData değişkeninden
Array ( [IsEnrolled] => false [IsVirtual] => false [ResponseCode] => InvalidTransactionSecurity [ResponseMessage] => İşlem türü geçersizdir. [OrderId] => 0 [TransactionTime] => 0001-01-01T00:00:00 [ReferenceId] => 2860e2d55e92435fa232a5dde55f68a9 [MerchantId] => Array ( [@xsi:nil] => true [#] => ) [BusinessKey] => 0 [@xmlns:xsi] => http://www.w3.org/2001/XMLSchema-instance [@xmlns:xsd] => http://www.w3.org/2001/XMLSchema )
şeklinde hata döndüğünde
pos/src/DataMapper/ResponseDataMapper/KuveytPosResponseDataMapper.php
Line 434 in 4eca22c
satırındaki veri bulunamıyor ve hataya düşüyor.
Banka ismi
KuveytPos & Vakıf Katılım
Gateway PHP sınıfı
KuveytPos
İşlem Tipi
MODEL_NON_SECURE ödeme
Kütüphane versiyonu
1.5
Checks
The text was updated successfully, but these errors were encountered: