Forgot one iban key.

This commit is contained in:
James Cole 2015-07-09 14:04:01 +02:00
parent 43d6b51d42
commit 02ae39238d

View File

@ -462,6 +462,7 @@ class AccountRepository implements AccountRepositoryInterface
'accountType' => $type, 'accountType' => $type,
'name' => $data['name'] . ' initial balance', 'name' => $data['name'] . ' initial balance',
'active' => false, 'active' => false,
'iban' => '',
'virtualBalance' => 0, 'virtualBalance' => 0,
]; ];
$opposing = $this->storeAccount($opposingData); $opposing = $this->storeAccount($opposingData);