You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API response'u normalize/map edilirken amountFormat kullaniliyor.
Kullanilma amaci butun gatewayler icin ayni float degerin saglanmasi.
Method aciklamasinda anlatildigi gibi, yaptigi is string degerin float'a donusturulmesi. sayi'da bir degisim olmamasi gerekiyor:
merhabalar
banka dönüşünü eski hash versiyonuna ek olarak 100 e bölüm işlemini neden gerçekleştirdiniz?
public static function amountFormat(string $amount): float { return ((float) str_replace('.', '', $amount)) / 100; }
eskisinde böyle bir format dönüşümü yapılmıyordu bankanın cevabını.
The text was updated successfully, but these errors were encountered: