bavix / laravel-wallet

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

Can you add an intermediary state between creating and completing a transaction? #923

Closed theadeyemiolayinka closed 5 months ago

theadeyemiolayinka commented 5 months ago

Is your feature request related to a problem? Please describe. No. Could you please add an intermediary state between creating and completing a transaction specifically depositing and withdrawing?

Describe the solution you'd like I need want those "transaction" made in a way that the pend for completion from an admin or so. The admin could fulfil the "transaction" or reject it. And how soon could it be implemented?

theadeyemiolayinka commented 5 months ago

I just discoverd the "confirmed" field of the transactions table which perfectly fixes my issues. But now, how do I get the cuncompleted/unconfirmed transactions cand confirm them automatically effecting the changes in the user's balance?

theadeyemiolayinka commented 5 months ago

I've gone throught the documentations more extensively and have found the solutions to my issues.

Thanks again for such a great work.