- Timestamp:
- 9 Nov 2014, 08:44:55 (10 years ago)
- Location:
- main/kofacustom.wdu/trunk/src/kofacustom/wdu
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.wdu/trunk/src/kofacustom/wdu/interswitch/browser.py
r11647 r11940 23 23 InterswitchPageStudent, InterswitchPageApplicant, 24 24 ) 25 from kofacustom. skeleton.students.interfaces import ICustomStudentOnlinePayment26 from kofacustom. skeleton.applicants.interfaces import ICustomApplicantOnlinePayment27 from kofacustom. skeleton.interfaces import MessageFactory as _25 from kofacustom.wdu.students.interfaces import ICustomStudentOnlinePayment 26 from kofacustom.wdu.applicants.interfaces import ICustomApplicantOnlinePayment 27 from kofacustom.wdu.interfaces import MessageFactory as _ 28 28 29 29 PRODUCT_ID = '57' 30 SITE_NAME = ' skeleton-kofa.waeup.org'30 SITE_NAME = 'wdu-kofa.waeup.org' 31 31 PROVIDER_ACCT = '00000000' 32 32 PROVIDER_BANK_ID = '00' -
main/kofacustom.wdu/trunk/src/kofacustom/wdu/interswitch/tests.py
r11813 r11940 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.wdu.testing import FunctionalLayer 27 27 28 28 # Also run tests that send requests to external servers? … … 152 152 self.assertTrue( 153 153 'zope.mgr - ' 154 'kofacustom. skeleton.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '154 'kofacustom.wdu.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - ' 155 155 'X1000000 - successful schoolfee payment: p3547789850240\n' 156 156 in logcontent)
Note: See TracChangeset for help on using the changeset viewer.