Changeset 14953 for main


Ignore:
Timestamp:
12 Feb 2018, 10:33:46 (7 years ago)
Author:
Henrik Bettermann
Message:

Change FT school fee account.

Location:
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py

    r14942 r14953  
    139139                xmldict['institution_bank_id'] = '117'
    140140            elif student.current_mode in ('nd_ft', 'hnd_ft'):
    141                 xmldict['institution_acct'] = '0026235493'
    142                 xmldict['institution_bank_id'] = '31'
     141                xmldict['institution_acct'] = '0010761873'
     142                xmldict['institution_bank_id'] = '11'
    143143        elif self.context.p_category == 'clearance':
    144144            self.pay_item_id = '103'
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/tests.py

    r14940 r14953  
    9292            self.browser.contents)
    9393        self.assertTrue(
    94             'item_name="School Fee" item_amt="2695000" bank_id="31" acct_num="0026235493"' in
     94            'item_name="School Fee" item_amt="2695000" bank_id="11" acct_num="0010761873"' in
    9595            self.browser.contents)
    9696        # ND FT Non-Deltan Fresh Student Acceptance Fee
Note: See TracChangeset for help on using the changeset viewer.