Ignore:
Timestamp:
6 Feb 2019, 10:49:10 (6 years ago)
Author:
Henrik Bettermann
Message:

Revert bank account changes.

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

Legend:

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

    r15321 r15322  
    7777        provider_amt = 0.0
    7878        # Institution data
    79         xmldict['institution_acct'] = '1020855036'
     79        xmldict['institution_acct'] = '1019684470'
    8080        xmldict['institution_bank_id'] = '7'
    8181        xmldict['institution_item_name'] = self.context.category
     
    144144        xmldict = {}
    145145        provider_amt = 500.0
    146         xmldict['institution_acct'] = '1020855036'
     146        xmldict['institution_acct'] = '1019684470'
    147147        xmldict['institution_bank_id'] = '7'
    148148        xmldict['detail_ref'] = self.context.p_id
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch/tests.py

    r15321 r15322  
    8181            self.browser.contents)
    8282        self.assertMatches(
    83             '...item_name="School Fee (total)" item_amt="7945000" bank_id="7" acct_num="1020855036"...',
     83            '...item_name="School Fee (total)" item_amt="7945000" bank_id="7" acct_num="1019684470"...',
    8484            self.browser.contents)
    8585
Note: See TracChangeset for help on using the changeset viewer.