Make sure IBAN's have their spaces removed.

This commit is contained in:
James Cole
2022-01-03 06:34:42 +01:00
parent 0c53a8db66
commit 87ced85657
8 changed files with 115 additions and 2 deletions

View File

@@ -69,7 +69,8 @@ trait AccountServiceTrait
return null;
}
return $iban;
return app('steam')->filterSpaces($iban);
}
/**