4 Commits

Author SHA1 Message Date
71aa8cfde6 REMOVE IBAN EXAMPLE SUMMARY AND ADD JSON FIXTURES
This commit removes the implementation summary for IBAN test coverage and adds a new module to generate test fixtures in
JSON format from the IBAN examples.
2025-12-02 10:59:09 -05:00
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
858439713a Fixes in factory and registry validation tests 2025-11-29 23:02:06 -05:00
44ec65eef4 tests added 2025-11-29 22:47:56 -05:00