Ignore:
Timestamp:
30 Dec 2022, 09:25:50 (21 months ago)
Author:
Henrik Bettermann
Message:

Implement Paypal module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/interswitch/tests.py

    r17232 r17254  
    5454        configuration = SessionConfiguration()
    5555        configuration.academic_session = datetime.now().year - 2
     56        configuration.interswitch_webcheckout_enabled = True
    5657        self.app['configuration'].addSessionConfiguration(configuration)
    5758        self.configuration = configuration
     
    7576        self.browser.getControl(name="form.balance_amount").value = '500'
    7677        self.browser.getControl(name="form.p_category").value = ['donation']
    77         self.browser.getControl("Initiate").click()
     78        self.browser.getControl(name="form.p_option").value = ['NGN']
     79        self.browser.getControl("Create ticket").click()
    7880
    7981        self.assertMatches('...ticket created...',
Note: See TracChangeset for help on using the changeset viewer.