- Timestamp:
- 6 May 2018, 10:16:09 (7 years ago)
- Location:
- main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interswitch/browser.py
r14995 r15000 26 26 InterswitchPageStudent, InterswitchPageApplicant, 27 27 ) 28 from kofacustom.e sitm.students.interfaces import ICustomStudentOnlinePayment29 from kofacustom.e sitm.applicants.interfaces import ICustomApplicantOnlinePayment30 from kofacustom.e sitm.interfaces import MessageFactory as _28 from kofacustom.edopoly.students.interfaces import ICustomStudentOnlinePayment 29 from kofacustom.edopoly.applicants.interfaces import ICustomApplicantOnlinePayment 30 from kofacustom.edopoly.interfaces import MessageFactory as _ 31 31 32 32 PRODUCT_ID = '' # must be provided by Interswitch 33 SITE_NAME = 'e sitm-kofa.waeup.org'33 SITE_NAME = 'edopoly-kofa.waeup.org' 34 34 PROVIDER_ACCT = '00000000' 35 35 PROVIDER_BANK_ID = '00' 36 36 PROVIDER_ITEM_NAME = 'BT Education' 37 INSTITUTION_NAME = 'E SITM'37 INSTITUTION_NAME = 'EdoPoly' 38 38 CURRENCY = '566' 39 39 GATEWAY_AMT = 150.0 -
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/interswitch/tests.py
r14995 r15000 24 24 from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup 25 25 from waeup.kofa.configuration import SessionConfiguration 26 from kofacustom.e sitm.testing import FunctionalLayer26 from kofacustom.edopoly.testing import FunctionalLayer 27 27 28 28 # Also run tests that send requests to external servers? … … 180 180 self.assertTrue( 181 181 'zope.mgr - ' 182 'kofacustom.e sitm.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '182 'kofacustom.edopoly.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - ' 183 183 'X1000000 - successful schoolfee payment: p3547789850240\n' 184 184 in logcontent)
Note: See TracChangeset for help on using the changeset viewer.