From 6a53f5031cc75f0cab7f6a40040969cb7d5fa5df Mon Sep 17 00:00:00 2001 From: JC5 Date: Thu, 24 Jul 2025 07:00:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202025-07-24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Transformers/AccountTransformer.php | 16 ++++++++-------- config/firefly.php | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) 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,