- Timestamp:
- 17 Dec 2018, 16:55:38 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/interswitch/browser.py
r15010 r15269 38 38 CURRENCY = '566' 39 39 GATEWAY_AMT = 150.0 40 MAC = '' # must be provided by Interswitch 40 41 41 42 #POST_ACTION = 'https://webpay.interswitchng.com/paydirect/pay' … … 58 59 currency = CURRENCY 59 60 product_id = PRODUCT_ID 60 mac = '' # must be provided by Interswitch61 mac = MAC 61 62 62 63 def update(self): … … 122 123 pay_item_id = '0000' # must be provided by Interswitch 123 124 product_id = PRODUCT_ID 124 mac = ''125 mac = MAC 125 126 126 127 def update(self): … … 171 172 gateway_host = HOST 172 173 gateway_url = URL 174 mac = MAC 173 175 174 176 class CustomInterswitchPaymentVerifyWebservicePageStudent( … … 180 182 gateway_host = HOST 181 183 gateway_url = URL 184 mac = MAC 182 185 183 186 class CustomInterswitchPaymentRequestWebservicePageApplicant( … … 189 192 gateway_host = HOST 190 193 gateway_url = URL 194 mac = MAC 191 195 192 196 class CustomInterswitchPaymentVerifyWebservicePageApplicant( … … 198 202 gateway_host = HOST 199 203 gateway_url = URL 204 mac = MAC
Note: See TracChangeset for help on using the changeset viewer.