763e1dba0c
ADD IBAN FIELD TO STRUCTS AND UPDATE PARSING LOGIC
...
- Added `iban` field to the `IbanEx.Iban` struct to hold the full IBAN value. - Updated the parsing logic to populate
the new field. - Adjusted BBAN rules and tests for France and Brazil to reflect updated structures. - Improved error
handling and format validation routines.
2025-11-30 11:04:09 -05:00
d197a86454
Added new countries
2025-11-29 23:08:52 -05:00
20aa1de1ad
Update parser.ex
2025-11-29 21:20:45 -05:00
83ddceec00
Some ToDos added
2024-06-15 12:44:49 -04:00
e847e2c473
BBAN parts: bank_code, account_number, branch_code and national_check supported in parser and validator
2024-05-16 15:01:17 -04:00
709f6c50b5
Partial IBAN parser added
2024-05-16 04:55:21 -04:00
5cfc3f5fa2
Check to existing country module before parsing bban
2024-05-15 00:04:47 -04:00
ce90960649
iban_violates_country_rule? fix
2024-05-14 23:55:32 -04:00
e7e6bbda29
Return blank strings in responses
2024-05-14 23:45:34 -04:00
6ec94020ef
Empty strings supported in parse_bban
2024-05-14 23:22:16 -04:00
dc1b802c77
Partial BBAN parsing
2024-05-14 23:09:24 -04:00
384b9b7a39
Added first non SEPA countries
2024-05-14 19:15:55 -04:00
4abf01b752
bban parse function
2024-05-11 11:52:34 -04:00
4447a10bf2
Length checks added, validations added
2024-05-10 17:56:29 -04:00
51c5c1d800
Formatted doctests
2024-03-10 20:20:15 -04:00
fdf28f7609
Added all SEPA countries (IBANs from European Union countries) and minimal test coverage for countries
2024-03-10 20:02:20 -04:00
390036bafb
Credo warning fast fixes (disable module docs)
2024-03-07 18:39:33 -05:00
1a9d6758fd
”Use“ and some metaprograming to refactor behaviours implimentation
2024-03-07 18:33:38 -05:00
368225f331
List deserializer added
2024-03-05 19:56:59 -05:00
a32c7a5b74
Initial commit
2024-03-05 06:02:58 -05:00