Skip to content

Commit abb9c33

Browse files
Merge pull request #8 from thibault/duplicate_class
Remove duplicate class, replace with intended class
2 parents b8e20ae + 73af121 commit abb9c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cfonb/parser/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ class ParserRCN(Parser):
330330
]
331331

332332

333-
class ParserRCN(Parser):
334-
_code = 'RCN'
333+
class ParserREF(Parser):
334+
_code = 'REF'
335335
_regex = [
336336
('payment_infor_id', G_ALL, 35),
337337
('instruction_id', G_ALL, 35),

0 commit comments

Comments
 (0)