Will update IBAN in existing account if necessary and/or possible.

This commit is contained in:
James Cole
2023-02-18 06:37:05 +01:00
parent 38b88dce44
commit e0577bddc5
4 changed files with 66 additions and 13 deletions

View File

@@ -125,7 +125,7 @@ trait AccountServiceTrait
}
}
// the account role may not be set in the data but we may have it already:
// the account role may not be set in the data, but we may have it already:
if (!array_key_exists('account_role', $data)) {
$data['account_role'] = null;
}