Ignore:
Timestamp:
15 Jul 2014, 10:44:16 (10 years ago)
Author:
Henrik Bettermann
Message:

Change account number.

Location:
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch
Files:
2 edited

Legend:

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

    r11759 r11760  
    9494            provider_amt = 1200.0
    9595            if xmldict['faculty'] in ('CPGS',):
    96                 xmldict['institution_acct'] = "1771180233"
     96                xmldict['institution_acct'] = "1771586608"    #changed account no. from 1771180233
    9797                xmldict['institution_bank_id'] = '120'
    9898            elif xmldict['faculty'] in ('IBAS',):
     
    109109                self.pay_item_id = '106'
    110110            elif xmldict['faculty'] in ('ITCH',):
    111                 xmldict['institution_acct'] = "1771180233"
     111                xmldict['institution_acct'] = "1771586608"    #changed account no. from 1771180233
    112112                xmldict['institution_bank_id'] = '120'
    113113                self.pay_item_id = '110'
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/tests.py

    r11682 r11760  
    166166            self.browser.contents)
    167167        self.assertTrue(
    168             'item_name="School Fee" item_amt="2620000" bank_id="120" acct_num="1771180233"' in
     168            'item_name="School Fee" item_amt="2620000" bank_id="120" acct_num="1771586608"' in
    169169            self.browser.contents)
    170170        self.assertTrue(
     
    256256            self.browser.contents)
    257257        self.assertMatches(
    258             '...item_name="School Fee" item_amt="270000" bank_id="120" acct_num="1771180233"...',
     258            '...item_name="School Fee" item_amt="270000" bank_id="120" acct_num="1771586608"...',
    259259            self.browser.contents)
    260260        self.assertMatches(
Note: See TracChangeset for help on using the changeset viewer.