Ignore:
Timestamp:
22 Sep 2021, 07:40:18 (3 years ago)
Author:
Henrik Bettermann
Message:

Use test gateway.

File:
1 edited

Legend:

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

    r16625 r16635  
    3131from kofacustom.edocons.interfaces import MessageFactory as _
    3232
    33 PRODUCT_ID = '' # must be provided by Interswitch
     33PRODUCT_ID = '6207' # must be provided by Interswitch
    3434SITE_NAME = 'edocons.waeup.org'
    3535PROVIDER_ACCT = '0773411069'
     
    3838INSTITUTION_NAME = 'EDOCONS'
    3939CURRENCY = '566'
    40 GATEWAY_AMT = 250.0
    41 MAC = '' # must be provided by Interswitch
     40GATEWAY_AMT = 300.0
     41MAC = 'CEF793CBBE838AA0CBB29B74D571113B4EA6586D3BA77E7CFA0B95E278364EFC4526ED7BD255A366CDDE11F1F607F0F844B09D93B16F7CFE87563B2272007AB3' # must be provided by Interswitch
    4242
    4343#POST_ACTION = 'https://webpay.interswitchng.com/paydirect/pay'
     
    134134    site_name = SITE_NAME
    135135    currency = CURRENCY
    136     pay_item_id = '0000' # must be provided by Interswitch
     136    pay_item_id = '101' # must be provided by Interswitch
    137137    product_id = PRODUCT_ID
    138138    mac = MAC
Note: See TracChangeset for help on using the changeset viewer.