Skip to content

Commit

Permalink
Fixed: region_codes for bic must have 9 digits (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeVL committed Sep 15, 2021
1 parent 48bf61a commit 5d9b8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faker/providers/bank/ru_RU/__init__.py
Expand Up @@ -19,7 +19,7 @@ class Provider(BankProvider):
'42', '44', '45', '46', '47', '49', '50', '52', '53', '54', '56', '57', '58', '60', '61', '63',
'64', '65', '66', '67', '68', '69', '70', '71', '73', '75', '76', '77', '78', '79', '80', '81',
'82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93', '94', '95', '96', '97',
'98', '99', '111', '118', '7110', '718', '7114', '719',
'98', '99',
)

department_code_formats = (
Expand Down

0 comments on commit 5d9b8b4

Please sign in to comment.