Changeset 11916 for main/waeup.aaue/trunk/src
- Timestamp:
- 30 Oct 2014, 16:59:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r11910 r11916 47 47 #HOST = 'webpay.interswitchng.com' 48 48 HOST = 'stageserv.interswitchng.com' 49 HTTPS = True 49 50 50 51 #URL = '/paydirect/services/TransactionQueryWs.asmx' … … 175 176 gateway_host = HOST 176 177 gateway_url = URL 178 https = HTTPS 177 179 178 180 class CustomInterswitchPaymentRequestWebservicePageStudent( … … 184 186 gateway_host = HOST 185 187 gateway_url = URL 188 https = HTTPS
Note: See TracChangeset for help on using the changeset viewer.