- Timestamp:
- 3 Aug 2017, 09:09:54 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/browser.py
r14756 r14759 109 109 merchantId = '2547916' 110 110 host = 'www.remitademo.net' 111 https = False111 https = True 112 112 api_key = '1946' 113 113 … … 165 165 merchantId = '2547916' 166 166 host = 'www.remitademo.net' 167 https = False167 https = True 168 168 api_key = '1946' 169 169 … … 224 224 label = _('Pay via Remita') 225 225 submit_button = _('Pay now') 226 https = False226 https = True 227 227 228 228 # Here we use Remita test portal data
Note: See TracChangeset for help on using the changeset viewer.