tomatophp / filament-wallet

Account Balance / Wallets Manager For FilamentPHP and Filament Account Builder
https://tomatophp.com/en/open-source/filament-wallet
MIT License
20 stars 3 forks source link

[Feature] Support Float #2

Closed Ticket-Master closed 2 months ago

Ticket-Master commented 3 months ago

I am using Float balances on my laravel app and when i use Wallet action on my filamentphp table then it only saves in integer

I am using HasWalletFloat on my User model and also implements WalletFloat.

Please tell me how can i make this work ?

3x1io commented 2 months ago

we will try to handle it on the next version.

3x1io commented 2 months ago

fixed in Wallet change integer to float #5