Ignore:
Timestamp:
19 Dec 2019, 23:25:42 (5 years ago)
Author:
Henrik Bettermann
Message:

Set terminal_id for application payments.

File:
1 edited

Legend:

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

    r15832 r15898  
    3737HTTPS = True
    3838#SECRET_KEY =
    39 TERMINAL_ID = '7007134590'
     39#TERMINAL_ID =
    4040GATEWAY_AMT = 500.0
    4141LOGO_URL = 'https://iuokada.waeup.org/static_custom/iou_logo.png'
     
    183183    """ Query history of Etranzact payments
    184184    """
    185     terminal_id = TERMINAL_ID
     185    terminal_id = '7009158847'
    186186    host = HOST
    187187    https = HTTPS
Note: See TracChangeset for help on using the changeset viewer.