Changeset 13527 for main


Ignore:
Timestamp:
2 Dec 2015, 17:25:40 (9 years ago)
Author:
Henrik Bettermann
Message:

Set different account details for pg students.

File:
1 edited

Legend:

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

    r13512 r13527  
    214214                xmldict['institution_acct'] = '1010827641'
    215215                self.pay_item_id = '101'
     216                if student.is_postgrad:
     217                    xmldict['institution_bank_id'] = '51'
     218                    xmldict['institution_acct'] = '5210006575'
     219                    self.pay_item_id = '111'
    216220
    217221            xmldict['provider_amt'] = 100 * provider_amt
     
    271275                xmldict['institution_acct'] = '1010827641'
    272276                xmldict['institution_bank_id'] = '117'
     277                if student.is_postgrad:
     278                    xmldict['institution_bank_id'] = '51'
     279                    xmldict['institution_acct'] = '5210006575'
     280                    self.pay_item_id = '110'
    273281
    274282            if self.context.p_category.endswith('_incl'):
Note: See TracChangeset for help on using the changeset viewer.