Changeset 15684 for main/kofacustom.iuokada/trunk/src/kofacustom
- Timestamp:
- 15 Oct 2019, 10:52:45 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py
r15645 r15684 37 37 INSTITUTION_NAME = 'IUOkada' 38 38 CURRENCY = '566' 39 GATEWAY_AMT = 150.039 GATEWAY_AMT = 300.0 40 40 MAC = 'CEF793CBBE838AA0CBB29B74D571113B4EA6586D3BA77E7CFA0B95E278364EFC4526ED7BD255A366CDDE11F1F607F0F844B09D93B16F7CFE87563B2272007AB3' # must be provided by Interswitch 41 41 … … 79 79 xmldict['institution_amt'] = '0.0' 80 80 provider_amt = 0.0 81 self.pay_item_id = ' 0000' # must be provided by Interswitch81 self.pay_item_id = '103' # must be provided by Interswitch 82 82 xmldict['provider_amt'] = 100 * provider_amt 83 83 xmldict['institution_item_name'] = self.context.category … … 100 100 </payment_item_detail>""" % xmldict 101 101 self.xml_data = """<input type="hidden" name="xml_data" value='%s' />""" % xmltext 102 103 self.xml_data = None 104 102 105 self.context.provider_amt = provider_amt 103 106 self.context.gateway_amt = GATEWAY_AMT
Note: See TracChangeset for help on using the changeset viewer.