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? 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
EstPosResponseDataMapper.php : map3DPaymentData fonksiyonundaki $raw3DAuthResponseData datasına bankadan gelen veri Array ( [amount] => 0.01 [clientid] => * [currency] => * [Ecom_Payment_Card_ExpDate_Month] => 0 [Ecom_Payment_Card_ExpDate_Year] => 0 [ErrMsg] => Girilen kart numarası doğru formatta değildir. Kart numarasını kontrol ederek tekrar işlem deneyiniz. [ErrorCode] => HPP-1001 [failUrl] => https://*.com/odeme/f05e81c8-4ea0-44a9-8fe8-d45b854c62d9 [HASH] => **/fxNKZvC4E2EbQOgiqNi9FeXBMj636Q== [hashAlgorithm] => ver3 [lang] => tr [maskedCreditCard] => *** [MaskedPan] => ** [oid] => f05e81c8 [okUrl] => https://*.com/odeme/d45b854c62d9 [Response] => Error [rnd] => MZrcwoSd1+-* [storetype] => 3d [taksit] => [traceId] => **** [TranType] => Auth )
Array ( [amount] => 0.01 [clientid] => * [currency] => * [Ecom_Payment_Card_ExpDate_Month] => 0 [Ecom_Payment_Card_ExpDate_Year] => 0 [ErrMsg] => Girilen kart numarası doğru formatta değildir. Kart numarasını kontrol ederek tekrar işlem deneyiniz. [ErrorCode] => HPP-1001 [failUrl] => https://*.com/odeme/f05e81c8-4ea0-44a9-8fe8-d45b854c62d9 [HASH] => **/fxNKZvC4E2EbQOgiqNi9FeXBMj636Q== [hashAlgorithm] => ver3 [lang] => tr [maskedCreditCard] => *** [MaskedPan] => ** [oid] => f05e81c8 [okUrl] => https://*.com/odeme/d45b854c62d9 [Response] => Error [rnd] => MZrcwoSd1+-* [storetype] => 3d [taksit] => [traceId] => **** [TranType] => Auth )
141. satırda istenen $raw3DAuthResponseData['mdErrorMsg'] veri bulunamadığı için hata dönüyor.
Çözüm olarak 141. satırı alttaki gibi güncellediğimde sorun çözüldü. 'md_error_message' => $this->is3dAuthSuccess($mdStatus) ? null : $raw3DAuthResponseData['ErrMsg'],
'md_error_message' => $this->is3dAuthSuccess($mdStatus) ? null : $raw3DAuthResponseData['ErrMsg'],
Ziraat Bankası Payten
EstV3Pos
MODEL_3D_SECURE ödeme
1.4.1
The text was updated successfully, but these errors were encountered:
estpos - fix issue #239 undefined index mdErrorMsg
3447458
Tesekkurler, sorunu cozup v1.4.2 release ciktim
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hatanın özeti
EstPosResponseDataMapper.php : map3DPaymentData fonksiyonundaki $raw3DAuthResponseData datasına bankadan gelen veri
Array ( [amount] => 0.01 [clientid] => * [currency] => * [Ecom_Payment_Card_ExpDate_Month] => 0 [Ecom_Payment_Card_ExpDate_Year] => 0 [ErrMsg] => Girilen kart numarası doğru formatta değildir. Kart numarasını kontrol ederek tekrar işlem deneyiniz. [ErrorCode] => HPP-1001 [failUrl] => https://*.com/odeme/f05e81c8-4ea0-44a9-8fe8-d45b854c62d9 [HASH] => **/fxNKZvC4E2EbQOgiqNi9FeXBMj636Q== [hashAlgorithm] => ver3 [lang] => tr [maskedCreditCard] => *** [MaskedPan] => ** [oid] => f05e81c8 [okUrl] => https://*.com/odeme/d45b854c62d9 [Response] => Error [rnd] => MZrcwoSd1+-* [storetype] => 3d [taksit] => [traceId] => **** [TranType] => Auth )
141. satırda istenen $raw3DAuthResponseData['mdErrorMsg'] veri bulunamadığı için hata dönüyor.
Çözüm olarak 141. satırı alttaki gibi güncellediğimde sorun çözüldü.
'md_error_message' => $this->is3dAuthSuccess($mdStatus) ? null : $raw3DAuthResponseData['ErrMsg'],
Banka ismi
Ziraat Bankası Payten
Gateway PHP sınıfı
EstV3Pos
İşlem Tipi
MODEL_3D_SECURE ödeme
Kütüphane versiyonu
1.4.1
Checks
The text was updated successfully, but these errors were encountered: