bavix / laravel-wallet

It's easy to work with a virtual wallet
https://bavix.github.io/laravel-wallet/
MIT License
1.15k stars 230 forks source link

How to define transaction's "fee" with Laravel Bavix Wallet ??? #655

Closed chegmarco1989 closed 1 year ago

chegmarco1989 commented 1 year ago

Hello.

How to define transaction's "fee" with Laravel Bavix Wallet ??? We tried to search it without found it on the documentation page: https://bavix.github.io/laravel-wallet/#/. So, how to determine transaction's fee when making deposits and withdrawals with Laravel Bavix Wallet ???

rez1dent3 commented 1 year ago

Hello. Use the interface:

use Bavix\Wallet\Interfaces\Taxable;

https://bavix.github.io/laravel-wallet/#/taxing?id=item-model