Changeset 9624 for main/waeup.futminna/trunk/src/waeup/futminna/interswitch
- Timestamp:
- 12 Nov 2012, 22:06:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/src/waeup/futminna/interswitch/browser.py
r9441 r9624 194 194 195 195 # Institution data 196 studycourse = student['studycourse']197 196 xmldict['institution_acct'] = '' 198 197 xmldict['institution_bank_id'] = '' 199 198 xmldict['institution_acct'] = '000000000000' 200 199 xmldict['institution_bank_id'] = '00' 200 xmldict['institution_name'] = INSTITUTION_NAME 201 201 202 202 if self.context.p_category == 'schoolfee': … … 274 274 self.pay_item_id = "11705" 275 275 276 xmldict['institution_name'] = INSTITUTION_NAME277 276 # Interswitch amount is not part of the xml data 278 279 277 if self.context.p_category == 'schoolfee': 280 278 xmltext = """<payment_item_detail>
Note: See TracChangeset for help on using the changeset viewer.