Ignore:
Timestamp:
25 May 2021, 05:52:23 (3 years ago)
Author:
Henrik Bettermann
Message:

Add study mode.

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  
    289289        # Reference number has still not been saved because the element was empty
    290290        self.assertEqual(self.student['payments'][value].r_pay_reference, None)
    291 
    292         # Here we have to stop testing because we cannot create completed bookings
    293 
    294291        # Students can download reference number slip
    295292        self.browser.getLink("Pay via Interswitch PAYDirect").click()
     
    348345            '- K1000000 - successful schoolfee payment: %s' % payment.p_id in logcontent)
    349346
    350 
    351 
    352 # logdatei testen
    353 
    354347class InterswitchTestsApplicants(ApplicantsFullSetup):
    355348    """Tests for the Interswitch payment gateway.
     
    402395        self.assertMatches('...Total Amount Authorized:...',
    403396                           self.browser.contents)
    404 
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/utils/utils.py

    r16436 r16491  
    243243        'pgd_ft': 'Postgraduate Diploma Full Time',
    244244        'pgd_pt': 'Postgraduate Diploma Part Time',
     245        'pgphd': 'Postgraduate PhD/MPhil',
    245246        'special_pg_pt': 'Special Postgraduate Part Time',
    246247        'nce_ft': 'NCE Full Time',
Note: See TracChangeset for help on using the changeset viewer.