Add BIC support. This fixes #430

This commit is contained in:
James Cole
2016-11-28 18:55:56 +01:00
parent 8279cf0e88
commit 8cdbc96aa5
9 changed files with 33 additions and 7 deletions

View File

@@ -171,6 +171,7 @@ class AccountController extends Controller
'accountRole' => $account->getMeta('accountRole'),
'ccType' => $account->getMeta('ccType'),
'ccMonthlyPaymentDate' => $account->getMeta('ccMonthlyPaymentDate'),
'BIC' => $account->getMeta('BIC'),
'openingBalanceDate' => $openingBalanceDate,
'openingBalance' => $openingBalanceAmount,
'virtualBalance' => $account->virtual_balance,