Changeset 9742 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 30 Nov 2012, 08:55:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r9728 r9742 266 266 self.pay_item_id = '5702' 267 267 provider_amt = 1500 268 xmldict['institution_bank_id'] = '7' 269 xmldict['institution_acct'] = '1003475516' 268 if student.current_mode == 'pg_ft': 269 xmldict['institution_acct'] = '5330832799' 270 xmldict['institution_bank_id'] = '51' 271 elif student.current_mode == 'pg_pt': 272 xmldict['institution_acct'] = '0031716047' 273 xmldict['institution_bank_id'] = '10' 274 elif student.current_mode == 'dp_pt': 275 xmldict['institution_acct'] = '9201805071' 276 xmldict['institution_bank_id'] = '17' 277 else: 278 xmldict['institution_bank_id'] = '7' 279 xmldict['institution_acct'] = '1003475516' 270 280 elif self.context.p_category == 'gown': 271 281 self.pay_item_id = '5704'
Note: See TracChangeset for help on using the changeset viewer.