Skip to content

feat: Add optional IBAN validation flag to BankAccount.Create#18

Merged
petre-c merged 1 commit intomainfrom
feat/optional-iban-validation
Sep 12, 2025
Merged

feat: Add optional IBAN validation flag to BankAccount.Create#18
petre-c merged 1 commit intomainfrom
feat/optional-iban-validation

Conversation

@petre-c
Copy link
Contributor

@petre-c petre-c commented Sep 12, 2025

Summary

  • Added validateIban parameter (default: true) to BankAccount.Create method to support non-IBAN account numbers
  • Added internal Iban.CreateWithoutValidation method for creating account numbers without IBAN format validation
  • Version bumped to 2.1.0

Changes

  • BankAccount.cs: Added optional validateIban parameter to the Create method
  • Iban.cs: Added internal CreateWithoutValidation method for non-validated account numbers

Breaking Changes

None - the parameter defaults to true maintaining backward compatibility

Collaboration by Claude

- Added validateIban parameter (default: true) to BankAccount.Create method
- Added Iban.CreateWithoutValidation internal method for non-IBAN account numbers
- Bumped version to 2.1.0

*Collaboration by Claude*
@petre-c
Copy link
Contributor Author

petre-c commented Sep 12, 2025

/ff

@petre-c petre-c merged commit c40cc3e into main Sep 12, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments