[chore] cod cleanup

This commit is contained in:
James Cole
2025-01-19 18:53:32 +01:00
parent bd1f8b2497
commit 0e8bcd2e79
3 changed files with 16 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ class AccountTransformer extends AbstractTransformer
$date = $this->getDate();
$date->endOfDay();
[$currencyId, $currencyCode, $currencySymbol, $decimalPlaces] = $this->getCurrency($account, $default);
[$currencyId, $currencyCode, $currencySymbol, $decimalPlaces] = $this->getCurrency($account);
[$creditCardType, $monthlyPaymentDate] = $this->getCCInfo($account, $accountRole, $accountType);
[$openingBalance, $nativeOpeningBalance, $openingBalanceDate] = $this->getOpeningBalance($account, $accountType, $convertToNative);
[$interest, $interestPeriod] = $this->getInterest($account, $accountType);