- Timestamp:
- 2 Oct 2024, 07:18:26 (7 weeks ago)
- Location:
- main/kofacustom.unidel/trunk/src/kofacustom/unidel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interfaces.py
r17894 r17933 138 138 ) 139 139 140 union_fee = schema.Float( 141 title = _(u'Student Union Due'), 142 default = 0.0, 143 required = False, 144 ) 145 140 146 141 147 def getSessionString(): -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17931 r17933 152 152 xmldict['institution_bank_id'] = '129' 153 153 provider_amt = 2000.0 154 elif self.context.p_category.startswith('union'): 155 xmldict['institution_acct'] = '1011438901' 154 156 self.pay_item_id = 'Default_Payable_MX47126' # must be provided by Interswitch 155 157 # Already now it becomes an Interswitch payment. We set the net amount
Note: See TracChangeset for help on using the changeset viewer.