Changeset 8020 for main/waeup.uniben/trunk/src/waeup/uniben/interswitch
- Timestamp:
- 2 Apr 2012, 11:05:40 (13 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r7998 r8020 26 26 from waeup.kofa.students.browser import write_log_message 27 27 from waeup.kofa.students.viewlets import RequestCallbackActionButton 28 from waeup. custom.utils.utils import actions_after_payment29 from waeup. custom.interfaces import MessageFactory as _28 from waeup.uniben.utils.utils import actions_after_payment 29 from waeup.uniben.interfaces import MessageFactory as _ 30 30 31 31 PRODUCT_ID = '57' -
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser_templates/goto_interswitch.pt
r7975 r8020 1 <form i18n:domain="waeup. custom"1 <form i18n:domain="waeup.uniben" 2 2 tal:attributes="action view/action" method="POST"> 3 3 -
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/tests.py
r7998 r8020 18 18 from hurry.workflow.interfaces import IWorkflowState 19 19 from waeup.kofa.students.tests.test_browser import StudentsFullSetup 20 from waeup. custom.testing import FunctionalLayer20 from waeup.uniben.testing import FunctionalLayer 21 21 22 22 # Also run tests that send requests to external servers?
Note: See TracChangeset for help on using the changeset viewer.