James Cole 2021-02-24 06:01:43 +01:00
parent fc0202eb74
commit 6bd6b1eb95
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -98,7 +98,7 @@ class AccountTransformer extends AbstractTransformer
'active' => $account->active,
'order' => $account->order,
'name' => $account->name,
'type' => $accountType,
'type' => strtolower($accountType),
'account_role' => $accountRole,
'currency_id' => $currencyId,
'currency_code' => $currencyCode,