Changeset 14810
- Timestamp:
- 18 Aug 2017, 13:51:55 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r14749 r14810 77 77 xmldict['institution_bank_id'] = '00' 78 78 xmldict['institution_amt'] = '0.0' 79 provider_amt = 0.079 provider_amt = 500.0 80 80 self.pay_item_id = '0000' # must be provided by Interswitch 81 81 xmldict['provider_amt'] = 100 * provider_amt … … 132 132 xmldict = {} 133 133 provider_amt = 500.0 134 xmldict['institution_acct'] = '0026235493' 135 xmldict['institution_bank_id'] = '31' 134 xmldict['institution_acct'] = '00000000' 135 xmldict['institution_bank_id'] = '00' 136 if self.applicant.__parent__.application_category in ('ndft', 'hndft'): 137 xmldict['institution_acct'] = '0010761873' 138 xmldict['institution_bank_id'] = '7' 139 elif self.applicant.__parent__.application_category in ( 140 'ndpt', 'hndpt', 'ndwe', 'hndwe'): 141 xmldict['institution_acct'] = '1015220292' 142 xmldict['institution_bank_id'] = '117' 136 143 xmldict['detail_ref'] = self.context.p_id 137 144 xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.