Changeset 15463


Ignore:
Timestamp:
19 Jun 2019, 08:12:47 (5 years ago)
Author:
Henrik Bettermann
Message:

PG Late Registration account should be made same with School Fees and Acceptance Fee.

Untested!

File:
1 edited

Legend:

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

    r15460 r15463  
    409409                if student.is_postgrad:
    410410                    self.pay_item_id = '110'
     411                    xmldict['institution_acct'] = '5210006575'
     412                    xmldict['institution_bank_id'] = '51'
    411413                if student.current_mode == 'ijmbe':
    412414                    self.pay_item_id = '120'
     
    568570            xmldict['institution_amt'] = 100 * (
    569571                gateway_net_amt(self.context.amount_auth))
    570 
     572            if student.is_postgrad:
     573                xmldict['institution_acct'] = '5210006575'
     574                xmldict['institution_bank_id'] = '51'
    571575        if not xmltext:
    572576            xmltext = """<payment_item_detail>
Note: See TracChangeset for help on using the changeset viewer.