Changeset 9624 for main/waeup.futminna
- Timestamp:
- 12 Nov 2012, 22:06:15 (12 years ago)
- Location:
- main/waeup.futminna/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/etc/site.zcml.in
r9620 r9624 43 43 login="grok" 44 44 password_manager="SSHA" 45 password="{SSHA} Z2ZurJO41scq5s3WGh5HxwJKhVfRYGJ_"45 password="{SSHA}PQQypyPElik2Pi3wM5kO1W78eVCGgdZ8" 46 46 /> 47 47 -
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.