Changeset 14791
- Timestamp:
- 10 Aug 2017, 06:48:52 (7 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/applicantsbrowser.py
r14790 r14791 101 101 grok.require('waeup.payApplicant') 102 102 103 # Here we use Remita test portal data104 103 merchantId = MERCHANTID 105 104 host = HOST … … 154 153 grok.require('waeup.manageApplication') 155 154 156 # Here we use Remita test portal data157 155 merchantId = MERCHANTID 158 156 host = HOST … … 210 208 submit_button = _('Pay now') 211 209 212 # Here we use Remita test portal data213 210 merchantId = MERCHANTID 214 211 host = HOST -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/studentsbrowser.py
r14790 r14791 109 109 grok.require('waeup.payStudent') 110 110 111 # Here we use Remita test portal data112 111 merchantId = MERCHANTID 113 112 host = HOST … … 162 161 grok.require('waeup.manageStudent') 163 162 164 # Here we use Remita test portal data165 163 merchantId = MERCHANTID 166 164 host = HOST … … 218 216 submit_button = _('Pay now') 219 217 220 # Here we use Remita test portal data221 218 merchantId = MERCHANTID 222 219 host = HOST
Note: See TracChangeset for help on using the changeset viewer.