- Timestamp:
- 11 Jul 2017, 13:57:00 (8 years ago)
- Location:
- main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r14712 r14716 26 26 InterswitchPageStudent, InterswitchPageApplicant, 27 27 ) 28 from kofacustom.dsp ou.students.interfaces import ICustomStudentOnlinePayment29 from kofacustom.dsp ou.applicants.interfaces import ICustomApplicantOnlinePayment30 from kofacustom.dsp ou.interfaces import MessageFactory as _28 from kofacustom.dspg.students.interfaces import ICustomStudentOnlinePayment 29 from kofacustom.dspg.applicants.interfaces import ICustomApplicantOnlinePayment 30 from kofacustom.dspg.interfaces import MessageFactory as _ 31 31 32 32 PRODUCT_ID = '' # must be provided by Interswitch 33 SITE_NAME = 'dsp ou-kofa.waeup.org'33 SITE_NAME = 'dspg-kofa.waeup.org' 34 34 PROVIDER_ACCT = '00000000' 35 35 PROVIDER_BANK_ID = '00' -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/tests.py
r14712 r14716 24 24 from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup 25 25 from waeup.kofa.configuration import SessionConfiguration 26 from kofacustom.dsp ou.testing import FunctionalLayer26 from kofacustom.dspg.testing import FunctionalLayer 27 27 28 28 # Also run tests that send requests to external servers? … … 183 183 self.assertTrue( 184 184 'zope.mgr - ' 185 'kofacustom.dsp ou.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '185 'kofacustom.dspg.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - ' 186 186 'X1000000 - successful schoolfee payment: p3547789850240\n' 187 187 in logcontent)
Note: See TracChangeset for help on using the changeset viewer.