More test data tweaks.

This commit is contained in:
James Cole
2016-02-05 15:20:44 +01:00
parent e2d0ee125f
commit 4ef840e210
6 changed files with 439 additions and 1162 deletions

View File

@@ -133,7 +133,7 @@ class Steam
$result = [];
foreach ($balances as $entry) {
$accountId = intval($entry->account_id);
$balance = round($entry->aggregate, 2);
$balance = $entry->aggregate;
$result[$accountId] = $balance;
}