-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
featureImprovements or additions to documentationImprovements or additions to documentation
Description
What happened?
This is not a bug report but the feature flags were not working so I had to use this.
How to reproduce the bug
Make a transaction.
Package Version
1.0.3
PHP Version
8.2.0
Laravel Version
9.0.0
Which operating systems does with happen with?
macOS, Windows, Linux
Notes
I moved from a custom built solution to this library because it had features I needed and do not care to reimplement,
- Wallets should be able to be marked as restricted so that when
$user->pay(amount)method is called, the system does not attempt to charge from those restricted wallets, like in a case when we have a dedicated escrow wallet. - Secondly my previous solution allowed me to tell the user exactly where the transaction originated, for instance
Funds transfer from User XXX, it gets really handy and I would love to see it implemented.
winavin
Metadata
Metadata
Assignees
Labels
featureImprovements or additions to documentationImprovements or additions to documentation