- Timestamp:
- 7 Aug 2017, 13:38:05 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r14770 r14775 33 33 merchantId = '2547916' 34 34 host = 'www.remitademo.net' 35 https = True35 https = False 36 36 api_key = '1946' 37 37 … … 48 48 init_url = '/remita/ecomm/split/init.reg' 49 49 #amount='1000' 50 https = True50 https = False 51 51 52 52 action = 'http://www.remitademo.net/remita/ecomm/finalize.reg' … … 117 117 merchantId = '2547916' 118 118 host = 'www.remitademo.net' 119 https = True119 https = False 120 120 api_key = '1946' 121 121 … … 132 132 init_url = '/remita/ecomm/split/init.reg' 133 133 #amount='1000' 134 https = True134 https = False 135 135 136 136 action = 'http://www.remitademo.net/remita/ecomm/finalize.reg'
Note: See TracChangeset for help on using the changeset viewer.