Ignore:
Timestamp:
26 Jun 2014, 15:14:54 (10 years ago)
Author:
Henrik Bettermann
Message:

Set correct institution account details for special_pg_pt payments.

Location:
main/waeup.uniben/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/CHANGES.txt

    r11679 r11725  
    441.2dev (unreleased)
    55===================
     6
     7* Set correct institution account details for special_pg_pt payments.
    68
    79* 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  
    9494                    xmldict['institution_acct'] = '0122009929'
    9595                    xmldict['institution_bank_id'] = '16'
    96                 elif student.current_mode in ('pg_pt'):
     96                elif student.current_mode in ('pg_pt', 'special_pg_pt'):
    9797                    xmldict['institution_acct'] = '1013766956'
    9898                    xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.