Changeset 16491 for main/kofacustom.nigeria/trunk
- Timestamp:
- 25 May 2021, 05:52:23 (3 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/tests.py
r16488 r16491 289 289 # Reference number has still not been saved because the element was empty 290 290 self.assertEqual(self.student['payments'][value].r_pay_reference, None) 291 292 # Here we have to stop testing because we cannot create completed bookings293 294 291 # Students can download reference number slip 295 292 self.browser.getLink("Pay via Interswitch PAYDirect").click() … … 348 345 '- K1000000 - successful schoolfee payment: %s' % payment.p_id in logcontent) 349 346 350 351 352 # logdatei testen353 354 347 class InterswitchTestsApplicants(ApplicantsFullSetup): 355 348 """Tests for the Interswitch payment gateway. … … 402 395 self.assertMatches('...Total Amount Authorized:...', 403 396 self.browser.contents) 404 -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/utils/utils.py
r16436 r16491 243 243 'pgd_ft': 'Postgraduate Diploma Full Time', 244 244 'pgd_pt': 'Postgraduate Diploma Part Time', 245 'pgphd': 'Postgraduate PhD/MPhil', 245 246 'special_pg_pt': 'Special Postgraduate Part Time', 246 247 'nce_ft': 'NCE Full Time',
Note: See TracChangeset for help on using the changeset viewer.