- Timestamp:
- 9 Nov 2014, 08:44:55 (10 years ago)
- Location:
- main/kofacustom.wdu/trunk/src/kofacustom/wdu
- Files:
-
- 1 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'
Note: See TracChangeset for help on using the changeset viewer.