Changeset 14774
- Timestamp:
- 7 Aug 2017, 13:36:55 (7 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/applicantsbrowser.py
r14766 r14774 101 101 merchantId = '2547916' 102 102 host = 'www.remitademo.net' 103 https = True103 https = False 104 104 api_key = '1946' 105 105 … … 154 154 merchantId = '2547916' 155 155 host = 'www.remitademo.net' 156 https = True156 https = False 157 157 api_key = '1946' 158 158 … … 206 206 label = _('Pay via Remita') 207 207 submit_button = _('Pay now') 208 https = True208 https = False 209 209 210 210 # Here we use Remita test portal data -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/browser_templates/goto_remita.pt
r14765 r14774 4 4 <p i18n:translate=""> 5 5 Your payment details were sent to Remita and a retrieval reference 6 number (RRR) has been generated. Please click button below to make6 number (RRR) has been generated. Please click the button below to make 7 7 your RRR payment. 8 8 </p> -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/studentsbrowser.py
r14765 r14774 109 109 merchantId = '2547916' 110 110 host = 'www.remitademo.net' 111 https = True111 https = False 112 112 api_key = '1946' 113 113 … … 162 162 merchantId = '2547916' 163 163 host = 'www.remitademo.net' 164 https = True164 https = False 165 165 api_key = '1946' 166 166 … … 214 214 label = _('Pay via Remita') 215 215 submit_button = _('Pay now') 216 https = True216 https = False 217 217 218 218 # Here we use Remita test portal data
Note: See TracChangeset for help on using the changeset viewer.