We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37184a4 commit b8a328eCopy full SHA for b8a328e
taxonomies/muni-budgets/process.py
@@ -57,6 +57,8 @@ def operate_on_row(self, row):
57
cc = ''.join(cc)
58
if len(cc) == 9:
59
cc = f'1{cc}'
60
+ elif len(cc) == 6:
61
+ cc = f'1{cc}000'
62
row['card-code'] = cc
63
64
0 commit comments