php-mpos/public
Sebastian Grewe 6f1f56abb6 [ADDED] getrealbalance wrapper for payouts
During payouts, we must ensure our wallets main accounts has the funds
to payout users. Hence we implement a wrapper method:

* If account count == 1 we only have main account, return getbalance
* Else return our main accounts balance - calculated unconfirmed

This should keep getbalance untouched when used on other places but
gives our payout processing a proper main account balance.

It's mostly a wrapper for those wallets running multiple accounts in one
wallet. They are warned on the front-end already but this ensure payouts
process properly.

Fixes #1755 once merged.
2014-02-14 17:21:52 +01:00
..
include [ADDED] getrealbalance wrapper for payouts 2014-02-14 17:21:52 +01:00
site_assets Used zxcvbn for password strength determination 2014-02-02 15:04:55 +01:00
templates [UPDATE] ACL Management 2014-02-14 10:56:25 +01:00
.htaccess [IMPROVED] Adding customizable error page to MPOS 2013-10-19 09:16:57 +02:00
favicon.ico initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
index.php [ADDE] CSRF validation for Worker Deletion 2014-02-07 12:24:48 +01:00