Expand API so you can also submit IBAN, BIC or number for new accounts

This commit is contained in:
James Cole
2019-10-13 11:50:04 +02:00
parent 79debe4941
commit 4ad601f29d
9 changed files with 116 additions and 38 deletions

View File

@@ -108,7 +108,7 @@ class AccountSearch implements GenericSearchInterface
break;
}
return $query->get(['accounts.*']);
return $query->distinct()->get(['accounts.*']);
}
/**