Store location correctly.

This commit is contained in:
James Cole
2021-03-08 18:21:49 +01:00
parent e0c3c91bf2
commit 5f4b025be5
2 changed files with 92 additions and 38 deletions

View File

@@ -111,7 +111,7 @@ class AccountTransformer extends AbstractTransformer
'opening_balance' => $openingBalance,
'opening_balance_date' => $openingBalanceDate,
'liability_type' => $liabilityType,
'interest' => $interest,
'interest' => (float) $interest,
'interest_period' => $interestPeriod,
'include_net_worth' => $includeNetWorth,
'longitude' => $longitude,