Ignore:
Timestamp:
30 Aug 2012, 11:16:57 (12 years ago)
Author:
Henrik Bettermann
Message:

Configure FCEOkene student school fee data.

File:
1 edited

Legend:

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

    r8528 r9129  
    8181        self.assertMatches('...Total Amount Authorized:...',
    8282                           self.browser.contents)
    83         # The total amount to be processed by Interswitch
    84         # has been reduced by the Interswitch fee of 150 Nairas
    8583        self.assertMatches(
    8684            '...<input type="hidden" name="amount" value="4000000.0" />...',
     85            self.browser.contents)
     86        self.assertMatches(
     87            '...item_name="schoolfee" item_amt="3795000" bank_id="117" acct_num="6216801033"...',
     88            self.browser.contents)
     89        self.assertMatches(
     90            '...item_name="FCEOkene Split" item_amt="140000" bank_id="117" acct_num="6216801058"...',
     91            self.browser.contents)
     92        self.assertMatches(
     93            '...item_name="BT Education" item_amt="50000" bank_id="31" acct_num="0026781725"...',
    8794            self.browser.contents)
    8895
Note: See TracChangeset for help on using the changeset viewer.