Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kuveyttürk ödeme sistemi sms ekranına yönlenmiyor #162

Closed
2 tasks
mettleshade opened this issue Oct 31, 2023 · 9 comments · Fixed by #163
Closed
2 tasks

Kuveyttürk ödeme sistemi sms ekranına yönlenmiyor #162

mettleshade opened this issue Oct 31, 2023 · 9 comments · Fixed by #163
Labels
bug Something isn't working kuveyt

Comments

@mettleshade
Copy link

Information Description
Kütüphane versiyonu
PHP versiyonu 8.0.1
Gateway ismi
Banka ismi kuveyt türk

Hatanın özeti

(yaşadığınız sorunun detayları)
kart bilgileri girdikten sonra formdata oluşmuyor sms geliyor fakat sms ekranına gitmiyor

Bağımsız kod veya hatayı yeniden oluşturmanın bir yolu

(Sorunu düzeltmemize yardımcı olmak için lütfen aşağıdaki metni doldurun)

Beklenen Sonuç

(Beklenen (doğru) davranış neydi?)

Gerçek sonuç

(Mevcut (hatalı) davranış nedir?)

Göndermeden önce kontroller

  • Bu konuda zaten bir hata bildirimi olmadığından emin olun. Bakınız: hata bildirimleri
  • Hatayı yeniden oluşturmak için gereken detayları ekledim.
@nuryagdym
Copy link
Collaborator

Merhabalar,

Burdaki
https://github.com/mewebstudio/pos/blob/master/src/Gateways/KuveytPos.php#L354

$bankResponse icerigini .txt file icine koyarak benin epostama gonderir misin.

Bir tek KuveytPos HTML response donuyor. onu da parse edip form data olusturuyorum. Gonderilen HTML farkli formatta olabilir bu yuzdende parse edememistir.

@mettleshade
Copy link
Author

Merhabalar,

Burdaki https://github.com/mewebstudio/pos/blob/master/src/Gateways/KuveytPos.php#L354

$bankResponse icerigini .txt file icine koyarak benin epostama gonderir misin.

Bir tek KuveytPos HTML response donuyor. onu da parse edip form data olusturuyorum. Gonderilen HTML farkli formatta olabilir bu yuzdende parse edememistir.

dün akşamda 10 dan itibaren hata almaya başladı şuan hiç ödeme yapılamıyor bankaya bildirdim inceliyorlar sizede atıyorum

@mettleshade
Copy link
Author

dosyayı oluşturup yolladım

@nuryagdym
Copy link
Collaborator

nuryagdym commented Oct 31, 2023

bu satiri

$dom->loadHTML($response);

su sekilde degistirerek tekrar dener misin

$dom->loadHTML($response, LIBXML_NOERROR);

@mettleshade
Copy link
Author

mettleshade commented Oct 31, 2023

ödeme gerçekleşti. bu sorun yeni mi oldu, banka güncelleme mi verdi bilginiz varmı

@nuryagdym
Copy link
Collaborator

tmm, sonra bir guncelleme cikarim.

Sorun kart bazli olabilir. Kullandiginiz kart ile bu zamana kadar test yapilmamis olabilir.

Nasil bir kart kullandiniz?

@mettleshade
Copy link
Author

tmm, sonra bir guncelleme cikarim.

Sorun kart bazli olabilir. Kullandiginiz kart ile bu zamana kadar test yapilmamis olabilir.

Nasil bir kart kullandiniz?

bende ziraat bankası vardı müşterilerde almaya başladı akşam 22 den sonra başladı bu sorun buraya yazmadan 1 saat öncede bütün kartları kabul etmemeye başladı, niğdede bizim kullandığımız bankaya 3 kişi daha bildirim yapmış onlarda bu paketi kullanıyor olabilir, müsaitseniz hemen güncelleme çıksanız iyi olur diye düşünüyorum çünkü banka request istedi yarım saat kadar önce

@nuryagdym
Copy link
Collaborator

Tmm, bu aksam release cikmaya calisirim.

nuryagdym added a commit that referenced this issue Oct 31, 2023
@nuryagdym nuryagdym added bug Something isn't working kuveyt labels Oct 31, 2023
nuryagdym added a commit that referenced this issue Oct 31, 2023
…is-failing-with-custom-html-tags

fix issue #162 KuveytPos HTML parse is failing when there is a custom HTML tag
@nuryagdym
Copy link
Collaborator

sorunu duzelttim ve v0.15.1 olarak yeni release ciktim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working kuveyt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants