Changeset 16356 for main/kofacustom.dspg


Ignore:
Timestamp:
27 Dec 2020, 05:11:36 (4 years ago)
Author:
Henrik Bettermann
Message:

Change 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

    r16336 r16356  
    146146                xmldict['institution_bank_id'] = '117'
    147147            elif student.current_mode in ('nd_ft', 'hnd_ft'):
    148                 xmldict['institution_acct'] = '1012808851'
    149                 xmldict['institution_bank_id'] = '117'
     148                xmldict['institution_acct'] = '2004145840'
     149                xmldict['institution_bank_id'] = '8'
    150150        elif self.context.p_category == 'clearance':
    151151            self.pay_item_id = '103'
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/tests.py

    r16338 r16356  
    9595            self.browser.contents)
    9696        self.assertTrue(
    97             'item_name="School Fee" item_amt="2575000" bank_id="117" acct_num="1012808851"' in
     97            'item_name="School Fee" item_amt="2575000" bank_id="8" acct_num="2004145840"' in
    9898            self.browser.contents)
    9999        # ND FT Non-Deltan Fresh Student Acceptance Fee
Note: See TracChangeset for help on using the changeset viewer.