Ignore:
Timestamp:
24 Nov 2021, 07:26:21 (3 years ago)
Author:
Henrik Bettermann
Message:

Start customization.

Location:
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py

    r16717 r16721  
    2727    InterswitchPageStudent, InterswitchPageApplicant,
    2828    )
    29 from kofacustom.skeleton.students.interfaces import ICustomStudentOnlinePayment
    30 from kofacustom.skeleton.applicants.interfaces import ICustomApplicantOnlinePayment
    31 from kofacustom.skeleton.interfaces import MessageFactory as _
     29from kofacustom.unidel.students.interfaces import ICustomStudentOnlinePayment
     30from kofacustom.unidel.applicants.interfaces import ICustomApplicantOnlinePayment
     31from kofacustom.unidel.interfaces import MessageFactory as _
    3232
    3333PRODUCT_ID = '' # must be provided by Interswitch
    34 SITE_NAME = 'skeleton-kofa.waeup.org'
     34SITE_NAME = 'unidel-kofa.waeup.org'
    3535PROVIDER_ACCT = '00000000'
    3636PROVIDER_BANK_ID = '00'
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/tests.py

    r16717 r16721  
    2424from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup
    2525from waeup.kofa.configuration import SessionConfiguration
    26 from kofacustom.skeleton.testing import FunctionalLayer
     26from kofacustom.unidel.testing import FunctionalLayer
    2727
    2828# Also run tests that send requests to external servers?
     
    182182        self.assertTrue(
    183183            'zope.mgr - '
    184             'kofacustom.skeleton.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '
     184            'kofacustom.unidel.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '
    185185            'X1000000 - successful schoolfee payment: p3547789850240\n'
    186186            in logcontent)
Note: See TracChangeset for help on using the changeset viewer.