Ignore:
Timestamp:
15 Oct 2019, 10:52:45 (5 years ago)
Author:
Henrik Bettermann
Message:

Configuration for testing without xml split data.

File:
1 edited

Legend:

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

    r15645 r15684  
    3737INSTITUTION_NAME = 'IUOkada'
    3838CURRENCY = '566'
    39 GATEWAY_AMT = 150.0
     39GATEWAY_AMT = 300.0
    4040MAC = 'CEF793CBBE838AA0CBB29B74D571113B4EA6586D3BA77E7CFA0B95E278364EFC4526ED7BD255A366CDDE11F1F607F0F844B09D93B16F7CFE87563B2272007AB3' # must be provided by Interswitch
    4141
     
    7979        xmldict['institution_amt'] = '0.0'
    8080        provider_amt = 0.0
    81         self.pay_item_id = '0000' # must be provided by Interswitch
     81        self.pay_item_id = '103' # must be provided by Interswitch
    8282        xmldict['provider_amt'] = 100 * provider_amt
    8383        xmldict['institution_item_name'] = self.context.category
     
    100100</payment_item_detail>""" % xmldict
    101101        self.xml_data = """<input type="hidden" name="xml_data" value='%s'  />""" % xmltext
     102
     103        self.xml_data = None
     104
    102105        self.context.provider_amt = provider_amt
    103106        self.context.gateway_amt = GATEWAY_AMT
Note: See TracChangeset for help on using the changeset viewer.