Changeset 11725
- Timestamp:
- 26 Jun 2014, 15:14:54 (10 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/CHANGES.txt
r11679 r11725 4 4 1.2dev (unreleased) 5 5 =================== 6 7 * Set correct institution account details for special_pg_pt payments. 6 8 7 9 * This package can also be used for the Uniben alumni portal to be run as a -
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r11644 r11725 94 94 xmldict['institution_acct'] = '0122009929' 95 95 xmldict['institution_bank_id'] = '16' 96 elif student.current_mode in ('pg_pt' ):96 elif student.current_mode in ('pg_pt', 'special_pg_pt'): 97 97 xmldict['institution_acct'] = '1013766956' 98 98 xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.