Changeset 9742


Ignore:
Timestamp:
30 Nov 2012, 08:55:14 (12 years ago)
Author:
Henrik Bettermann
Message:

Add bank accounts for pg clearance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py

    r9728 r9742  
    266266            self.pay_item_id = '5702'
    267267            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'
    270280        elif self.context.p_category == 'gown':
    271281            self.pay_item_id = '5704'
Note: See TracChangeset for help on using the changeset viewer.