-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
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
Garanti Regular Ödeme merchantId problemi. #56
Comments
Merhabalar, olabilir. Regular payment'i kullanan kullanan cok olmadigi icin eksiklikleri olabilir. siz test edebildiniz mi? Yani mumkunse o satiri degistirip calisip calismadigini soylerseniz duzeltelim. Baska sorunlar da olursa yazarsiniz, hepsini duzeltiriz. Tesekkurler |
Evet şimdi testini tamamladım. O satırı düzeltince çalışıyor. Ayrıca denizbank ile ilgili bir çalışmanız var mıdır? |
tmm, regular payment'in response'u da sorunsuz calisti mi? Deniz bank calismasi yok ama API dokumanlarini paylasirsaniz calismabilirim uzerinde, varsa ornek kodlari da. |
Evet. regular sorunsuz çalışıyor gözüküyor. Denizbank için elimde kodlar var. nasıl paylaşabilirim? |
tmm tesekkurler, 1 hafta icinde hallederim bu sorunu |
fix issue #56 fix regular payment merchantId
Merhaba,
Regular ödemede src/Gateways/GarantiPos.php dosyasında yer alan 262.satırdaki merchantId hatalı gözüküyor
MerchantID' => $this->account->getTerminalId(),
şu şekilde olması gerekmiyor mu?
'MerchantID' => $this->account->getClientId(),
The text was updated successfully, but these errors were encountered: