James Cole
2022-07-24 05:44:35 +02:00
parent d8506c4361
commit 76dadd1cab
4 changed files with 64 additions and 1 deletions

View File

@@ -338,7 +338,7 @@ class Steam
$return = [];
/** @var stdClass $entry */
foreach ($balances as $entry) {
$return[(int) $entry->transaction_currency_id] = $entry->sum_for_currency;
$return[(int) $entry->transaction_currency_id] = (string) $entry->sum_for_currency;
}
$cache->store($return);