Merge branch 'develop' into 5.8-dev

This commit is contained in:
James Cole
2022-07-24 08:16:27 +02:00
6 changed files with 69 additions and 6 deletions

View File

@@ -336,7 +336,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);