- Timestamp:
- 13 Sep 2021, 12:24:36 (3 years ago)
- Location:
- main/kofacustom.edocons/trunk/src/kofacustom/edocons/interswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/interswitch/browser.py
r16593 r16615 27 27 InterswitchPageStudent, InterswitchPageApplicant, 28 28 ) 29 from kofacustom.e cns.students.interfaces import ICustomStudentOnlinePayment30 from kofacustom.e cns.applicants.interfaces import ICustomApplicantOnlinePayment31 from kofacustom.e cns.interfaces import MessageFactory as _29 from kofacustom.edocons.students.interfaces import ICustomStudentOnlinePayment 30 from kofacustom.edocons.applicants.interfaces import ICustomApplicantOnlinePayment 31 from kofacustom.edocons.interfaces import MessageFactory as _ 32 32 33 33 PRODUCT_ID = '' # must be provided by Interswitch 34 SITE_NAME = 'e cns.waeup.org'34 SITE_NAME = 'edocons.waeup.org' 35 35 PROVIDER_ACCT = '00000000' 36 36 PROVIDER_BANK_ID = '00' 37 37 PROVIDER_ITEM_NAME = 'WAeAC' 38 INSTITUTION_NAME = 'E CNS'38 INSTITUTION_NAME = 'EDOCONS' 39 39 CURRENCY = '566' 40 40 GATEWAY_AMT = 150.0 -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/interswitch/tests.py
r16591 r16615 24 24 from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup 25 25 from waeup.kofa.configuration import SessionConfiguration 26 from kofacustom.e cns.testing import FunctionalLayer26 from kofacustom.edocons.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.e cns.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '184 'kofacustom.edocons.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.