depsimon / laravel-wallet

A simple virtual wallet implementation for Laravel Users
MIT License
93 stars 57 forks source link

Fix actualBalance to only include accepted transactions #3

Closed chadtomkiss closed 6 years ago

chadtomkiss commented 6 years ago

Issue: actualBalance was including transactions that weren't accepted and so the calcualted balance for the user was incorrect.

Work Done:

fixes #1

depsimon commented 6 years ago

Thanks!

chadtomkiss commented 6 years ago

No worries man! Your package has saved me a tonne of time :)

Would it be possible to tag as a new release so I can composer update?

chadtomkiss commented 6 years ago

Already done ha! Nice :+1: