Ignore:
Timestamp:
20 Oct 2019, 20:06:20 (5 years ago)
Author:
Henrik Bettermann
Message:

Print signatures on course registration slip.

Configure bank account.

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

Legend:

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

    r15684 r15696  
    7575        xmldict['provider_item_name'] = PROVIDER_ITEM_NAME
    7676        # Institution data
    77         xmldict['institution_acct'] = '00000000'
    78         xmldict['institution_bank_id'] = '00'
    79         xmldict['institution_amt'] = '0.0'
     77        xmldict['institution_acct'] = '0040484781'
     78        xmldict['institution_bank_id'] = '31'
    8079        provider_amt = 0.0
    8180        self.pay_item_id = '103' # must be provided by Interswitch
     
    136135        xmldict = {}
    137136        provider_amt = 400.0
    138         xmldict['institution_acct'] = '00000000000'
    139         xmldict['institution_bank_id'] = '00'
     137        xmldict['institution_acct'] = '0040484781'
     138        xmldict['institution_bank_id'] = '31'
    140139        xmldict['detail_ref'] = self.context.p_id
    141140        xmldict['provider_amt'] = 100 * provider_amt
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/tests.py

    r15663 r15696  
    7979            self.browser.contents)
    8080        self.assertTrue(
    81             'item_name="Tuition Plus (total amount)" item_amt="3985000" bank_id="00" acct_num="00000000"' in
     81            'item_name="Tuition Plus (total amount)" item_amt="3970000" bank_id="31" acct_num="0040484781"' in
    8282            self.browser.contents)
    8383
Note: See TracChangeset for help on using the changeset viewer.