Ignore:
Timestamp:
3 Aug 2015, 09:22:08 (9 years ago)
Author:
Henrik Bettermann
Message:

Jason: The school requested that we change account numbers for entrance screening test applications (more or less swap the the numbers from one payment item to another).

File:
1 edited

Legend:

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

    r13102 r13184  
    596596        self.assertTrue(
    597597            '<item_detail item_id="1" item_name="Application" '
    598             'item_amt="253300" bank_id="10" acct_num="0106259811" />'
     598            'item_amt="253300" bank_id="120" acct_num="1771440667" />'
    599599            in self.browser.contents)
    600600        # No 'commission', no provider fee in 2013
     
    620620        self.assertTrue(
    621621            '<item_detail item_id="1" item_name="Application" '
    622             'item_amt="253300" bank_id="8" acct_num="2013910271" />'
     622            'item_amt="253300" bank_id="8" acct_num="0106259811" />'
    623623            in self.browser.contents)
    624624        # No 'commission', no provider fee in 2013
     
    647647        self.assertTrue(
    648648            '<item_detail item_id="1" item_name="Application" '
    649             'item_amt="253300" bank_id="8" acct_num="2013910271" />'
     649            'item_amt="253300" bank_id="8" acct_num="0106259811" />'
    650650            in self.browser.contents)
    651651        self.assertTrue(
Note: See TracChangeset for help on using the changeset viewer.