mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
373 B
373 B
Bank
v::bank(string $countryCode)
Validates a bank.
v::bank("de")->validate("70169464"); // true
v::bank("de")->validate("12345"); // false
These country codes are supported:
- "de" (Germany) - You must add
"malkusch/bav": "~1.0"
to yourrequire
property on composer.json file.
See also: