Changeset 14469
- Timestamp:
- 27 Jan 2017, 12:22:20 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r14380 r14469 286 286 xmldict['institution_acct'] = '5210006575' 287 287 self.pay_item_id = '111' 288 if student.current_mode == 'ijmbe': 289 xmldict['institution_bank_id'] = '47' 290 xmldict['institution_acct'] = '0772012897' 291 self.pay_item_id = '' 292 xmldict['joint_venture_bank_id'] = '117' 293 xmldict['joint_venture_acct'] = '1014066969' 288 294 289 295 xmldict['provider_amt'] = 100 * provider_amt … … 355 361 xmldict['institution_acct'] = '5210006575' 356 362 self.pay_item_id = '110' 363 if student.current_mode == 'ijmbe': 364 xmldict['institution_bank_id'] = '47' 365 xmldict['institution_acct'] = '0772012897' 366 self.pay_item_id = '' 357 367 358 368 if self.context.p_category.endswith('_incl'):
Note: See TracChangeset for help on using the changeset viewer.