diff --git a/app/Transformers/AccountTransformer.php b/app/Transformers/AccountTransformer.php index 1d74460cfd..f995606de1 100644 --- a/app/Transformers/AccountTransformer.php +++ b/app/Transformers/AccountTransformer.php @@ -116,14 +116,14 @@ class AccountTransformer extends AbstractTransformer $balances = []; $balances[] = [ - 'type' => 'current', - 'amount' => $currentBalance, - 'currency_id' => $account->meta['currency_id'] ?? null, - 'currency_code' => $account->meta['currency']?->code, - 'currency_symbol' => $account->meta['currency']?->symbol, - 'currency_decimal_places' => $account->meta['currency']?->decimal_places, - 'date' => $date->toAtomString(), - ]; + 'type' => 'current', + 'amount' => $currentBalance, + 'currency_id' => $account->meta['currency_id'] ?? null, + 'currency_code' => $account->meta['currency']?->code, + 'currency_symbol' => $account->meta['currency']?->symbol, + 'currency_decimal_places' => $account->meta['currency']?->decimal_places, + 'date' => $date->toAtomString(), + ]; if (null !== $nativeCurrentBalance) { $balances[] = [ 'type' => 'native_current', diff --git a/config/firefly.php b/config/firefly.php index d70cfd357c..852e5b43cc 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -78,8 +78,8 @@ return [ 'running_balance_column' => env('USE_RUNNING_BALANCE', false), // see cer.php for exchange rates feature flag. ], - 'version' => 'develop/2025-07-23', - 'build_time' => 1753247028, + 'version' => 'develop/2025-07-24', + 'build_time' => 1753333121, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 26,