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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.