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

EstPos TROY kart destegi #205

Closed
nuryagdym opened this issue May 8, 2024 · 5 comments · Fixed by #209
Closed

EstPos TROY kart destegi #205

nuryagdym opened this issue May 8, 2024 · 5 comments · Fixed by #209
Labels
enhancement New feature or request payten

Comments

@nuryagdym
Copy link
Collaborator

Information Description
Kütüphane versiyonu 1.1.0
PHP versiyonu
Gateway ismi EstPos
Banka ismi

Hatanın özeti

TROY kart denenince kutuphane hata veriyor

Beklenen Sonuç

Payten banka dokumanlarinda TROY kart icin hangi cardType degeri gonderilmesi gerektigini yazmiyor.
Payten destegine sordum, cardType parametre zorunlu degil dediler:

image

Cozum olarak cardType degeri EstPos icin kaldirabiliriz.

@mettleshade

@mettleshade
Copy link

Teşekkürler, deneyip size olumlu olumsuz dönüş yapacağım.

@mettleshade
Copy link

mettleshade commented May 16, 2024

@nuryagdym
$card = \Mews\Pos\Factory\CreditCardFactory::createForGateway( $pos, strval($kartno), strval($yil), strval($gun), strval($cvc), strval($isim) );

şeklinde yolladım bütün kart tiplerini tanımamaya başladı bende direk 3 olarak troy kartı ekledim kütüphaneye

@nuryagdym
Copy link
Collaborator Author

bununla ilgili guncelleme yaptim, bir sonraki versiyonda yayina alirim, est pos card type zorunlu degil dedi, o yuzden cardType'i EstPosRequestDataMapper'den kaldiraracagim

@nuryagdym nuryagdym added enhancement New feature or request payten labels May 16, 2024
@nuryagdym nuryagdym linked a pull request May 17, 2024 that will close this issue
nuryagdym added a commit that referenced this issue May 17, 2024
issue #205 EstPos remove cardType to support TROY card
@nuryagdym
Copy link
Collaborator Author

@mettleshade cardType degerleri kaldirdim.
Yayina almadan once production testi yapabilirsek guzel olur.

Lokalindeki EstPosRequestDataMapper.php
icerigini burdakiyle degistirip odeme yapmayi dener misin
https://github.com/mewebstudio/pos/blob/master/src/DataMapper/RequestDataMapper/EstPosRequestDataMapper.php

TROY ve diger kartlar'la deneyebilirsen guzel olur.

@mettleshade
Copy link

@nuryagdym kart tipini sorun etmedi ama kart benim olmadığı için ödemeyi gerçekleştirmedim sms ekranına girdim çıktım bir sorun yok, kütüphaneye güncelleme çıkınca tam deneriz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request payten
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants