Changeset 14469 for main


Ignore:
Timestamp:
27 Jan 2017, 12:22:20 (8 years ago)
Author:
Henrik Bettermann
Message:

reg_number is matric number for trans and cert applications.

File:
1 edited

Legend:

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

    r14380 r14469  
    286286                    xmldict['institution_acct'] = '5210006575'
    287287                    self.pay_item_id = '111'
     288                if student.current_mode == 'ijmbe':
     289                    xmldict['institution_bank_id'] = '47'
     290                    xmldict['institution_acct'] = '0772012897'
     291                    self.pay_item_id = ''
     292                    xmldict['joint_venture_bank_id'] = '117'
     293                    xmldict['joint_venture_acct'] = '1014066969'
    288294
    289295            xmldict['provider_amt'] = 100 * provider_amt
     
    355361                    xmldict['institution_acct'] = '5210006575'
    356362                    self.pay_item_id = '110'
     363                if student.current_mode == 'ijmbe':
     364                    xmldict['institution_bank_id'] = '47'
     365                    xmldict['institution_acct'] = '0772012897'
     366                    self.pay_item_id = ''
    357367
    358368            if self.context.p_category.endswith('_incl'):
Note: See TracChangeset for help on using the changeset viewer.