Changeset 14129 for main


Ignore:
Timestamp:
24 Aug 2016, 14:21:34 (8 years ago)
Author:
Henrik Bettermann
Message:

Switch to live system.

File:
1 edited

Legend:

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

    r14118 r14129  
    3030from kofacustom.coewarri.interfaces import MessageFactory as _
    3131
    32 PRODUCT_ID = '6207'
     32PRODUCT_ID = '6667'
    3333SITE_NAME = 'coewarri-kofa.waeup.org'
    3434PROVIDER_ACCT = '0137712635'
     
    3939GATEWAY_AMT = 300.0
    4040
    41 #POST_ACTION = 'https://webpay.interswitchng.com/paydirect/pay'
    42 POST_ACTION = 'https://stageserv.interswitchng.com/test_paydirect/pay'
    43 #HOST = 'webpay.interswitchng.com'
    44 HOST = 'stageserv.interswitchng.com'
    45 #URL = '/paydirect/api/v1/gettransaction.json'
    46 URL = '/test_paydirect/api/v1/gettransaction.json'
     41POST_ACTION = 'https://webpay.interswitchng.com/paydirect/pay'
     42#POST_ACTION = 'https://stageserv.interswitchng.com/test_paydirect/pay'
     43HOST = 'webpay.interswitchng.com'
     44#HOST = 'stageserv.interswitchng.com'
     45URL = '/paydirect/api/v1/gettransaction.json'
     46#URL = '/test_paydirect/api/v1/gettransaction.json'
    4747
    4848httplib.HTTPSConnection.debuglevel = 0
     
    122122    pay_item_id = '101'
    123123    product_id = PRODUCT_ID
    124     mac = 'CEF793CBBE838AA0CBB29B74D571113B4EA6586D3BA77E7CFA0B95E278364EFC4526ED7BD255A366CDDE11F1F607F0F844B09D93B16F7CFE87563B2272007AB3'
     124    mac = '9309B5CBF1BFB09693C6F5F578046E3FCAB0A2538C3FE4221A6E63AFD348DE888E655F9C7E9F112151A702B6B09E6A7ACC5B3BF3C701F0C1B0D8EA6C1872AE94'
    125125
    126126    def update(self):
Note: See TracChangeset for help on using the changeset viewer.