Auto commit for release 'develop' on 2025-02-11

This commit is contained in:
github-actions
2025-02-11 10:47:28 +01:00
parent 7cb41fb333
commit ee260a3df7
15 changed files with 35 additions and 37 deletions

View File

@@ -260,7 +260,7 @@ trait AccountCollection
}
// the balance must be found BEFORE the transaction date.
// so sub one second. This is not perfect, but works well enough.
$date = clone $transaction['date'];
$date = clone $transaction['date'];
$date->subSecond();
Log::debug(sprintf('accountBalanceIs: Call finalAccountBalance with date/time "%s"', $date->toIso8601String()));
$balance = Steam::finalAccountBalance($account, $date);