Ignore:
Timestamp:
27 Mar 2017, 10:39:43 (7 years ago)
Author:
Henrik Bettermann
Message:

Decrease Interswitch surcharge.

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

    r14640 r14658  
    3737INSTITUTION_NAME = 'COE Warri'
    3838CURRENCY = '566'
    39 GATEWAY_AMT = 300.0
     39GATEWAY_AMT = 250.0
    4040MAC = '9309B5CBF1BFB09693C6F5F578046E3FCAB0A2538C3FE4221A6E63AFD348DE888E655F9C7E9F112151A702B6B09E6A7ACC5B3BF3C701F0C1B0D8EA6C1872AE94'
    4141
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch/tests.py

    r14344 r14658  
    6868                           self.browser.contents)
    6969        self.assertMatches(
    70             '...<span>79500.0</span>...',
     70            '...<span>79450.0</span>...',
    7171            self.browser.contents)
    7272        self.payment_url = self.browser.url
     
    7878        self.assertEqual(self.student.current_mode, 'ug_ft')
    7979        self.assertMatches(
    80             '...<input type="hidden" name="amount" value="7950000" />...',
    81             self.browser.contents)
    82         self.assertMatches(
    83             '...item_name="School Fee (total)" item_amt="7950000" bank_id="7" acct_num="1019684470"...',
     80            '...<input type="hidden" name="amount" value="7945000" />...',
     81            self.browser.contents)
     82        self.assertMatches(
     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.