Changeset 15794 for main/kofacustom.iuokada/trunk
- Timestamp:
- 11 Nov 2019, 06:51:45 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py
r15786 r15794 101 101 xmldict['institution_bank_id'] = '117' 102 102 self.pay_item_id = '104' 103 elif self.context.p_category in ( 104 'municipal_fresh', 'municipal_returning', 105 'transcript_local', 'transcript_overseas'): 106 xmldict['institution_acct'] = '0040621193' 107 xmldict['institution_bank_id'] = '31' 108 self.pay_item_id = '105' 103 109 else: 104 110 xmldict['institution_acct'] = '1011050158'
Note: See TracChangeset for help on using the changeset viewer.