Changeset 15898
- Timestamp:
- 19 Dec 2019, 23:25:42 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/etranzact/browser.py
r15832 r15898 37 37 HTTPS = True 38 38 #SECRET_KEY = 39 TERMINAL_ID = '7007134590' 39 #TERMINAL_ID = 40 40 GATEWAY_AMT = 500.0 41 41 LOGO_URL = 'https://iuokada.waeup.org/static_custom/iou_logo.png' … … 183 183 """ Query history of Etranzact payments 184 184 """ 185 terminal_id = TERMINAL_ID185 terminal_id = '7009158847' 186 186 host = HOST 187 187 https = HTTPS
Note: See TracChangeset for help on using the changeset viewer.