- Timestamp:
- 31 Jan 2024, 11:42:09 (10 months ago)
- Location:
- main/kofacustom.udss/trunk/src/kofacustom/udss/interswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.udss/trunk/src/kofacustom/udss/interswitch/browser.py
r16724 r17689 27 27 InterswitchPageStudent, InterswitchPageApplicant, 28 28 ) 29 from kofacustom. skeleton.students.interfaces import ICustomStudentOnlinePayment30 from kofacustom. skeleton.applicants.interfaces import ICustomApplicantOnlinePayment31 from kofacustom. skeleton.interfaces import MessageFactory as _29 from kofacustom.udss.students.interfaces import ICustomStudentOnlinePayment 30 from kofacustom.udss.applicants.interfaces import ICustomApplicantOnlinePayment 31 from kofacustom.udss.interfaces import MessageFactory as _ 32 32 33 33 PRODUCT_ID = '' # must be provided by Interswitch 34 SITE_NAME = ' skeleton.waeup.org'34 SITE_NAME = 'udss.waeup.org' 35 35 PROVIDER_ACCT = '00000000' 36 36 PROVIDER_BANK_ID = '00' -
main/kofacustom.udss/trunk/src/kofacustom/udss/interswitch/tests.py
r16717 r17689 24 24 from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup 25 25 from waeup.kofa.configuration import SessionConfiguration 26 from kofacustom. skeleton.testing import FunctionalLayer26 from kofacustom.udss.testing import FunctionalLayer 27 27 28 28 # Also run tests that send requests to external servers? … … 182 182 self.assertTrue( 183 183 'zope.mgr - ' 184 'kofacustom. skeleton.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '184 'kofacustom.udss.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - ' 185 185 'X1000000 - successful schoolfee payment: p3547789850240\n' 186 186 in logcontent)
Note: See TracChangeset for help on using the changeset viewer.