Skip to content

Commit

Permalink
Fix polish bban_pattern (#2887)
Browse files Browse the repository at this point in the history
Polish IBAN numbers don't contain characters, only digits.
  • Loading branch information
artur1313 committed Jan 12, 2024
1 parent 6b706f7 commit 84c78b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/locales/en/bank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ en:
pl:
# Poland
length: 28
bban_pattern: '\d{8}[A-Z0-9]{16}'
bban_pattern: '\d{8}\d{16}'
ps:
# Palestinian Territory, Occupied
length: 29
Expand Down

0 comments on commit 84c78b2

Please sign in to comment.