- Timestamp:
- 21 Feb 2022, 11:58:38 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interswitch/browser.py
r15949 r16820 98 98 if self.context.p_category == 'nhis': 99 99 xmldict['institution_acct'] = '0075379404' 100 if self.context.p_category == 'cyber': 101 xmldict['institution_acct'] = '1220055070' 102 xmldict['institution_bank_id'] = '117' 103 if self.context.p_category == 'ispon': 104 xmldict['institution_acct'] = '1220055104' 105 xmldict['institution_bank_id'] = '117' 100 106 xmldict['institution_amt'] = '0.0' 101 107 self.pay_item_id = '101' # must be provided by Interswitch
Note: See TracChangeset for help on using the changeset viewer.