Changeset 17991 for main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/interswitch/browser.py
- Timestamp:
- 17 Jan 2025, 03:58:56 (39 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/interswitch/browser.py
r16724 r17991 27 27 InterswitchPageStudent, InterswitchPageApplicant, 28 28 ) 29 from kofacustom.s keleton.students.interfaces import ICustomStudentOnlinePayment30 from kofacustom.s keleton.applicants.interfaces import ICustomApplicantOnlinePayment31 from kofacustom.s keleton.interfaces import MessageFactory as _29 from kofacustom.schoolcash.students.interfaces import ICustomStudentOnlinePayment 30 from kofacustom.schoolcash.applicants.interfaces import ICustomApplicantOnlinePayment 31 from kofacustom.schoolcash.interfaces import MessageFactory as _ 32 32 33 33 PRODUCT_ID = '' # must be provided by Interswitch 34 SITE_NAME = 's keleton.waeup.org'34 SITE_NAME = 'schoolcash.waeup.org' 35 35 PROVIDER_ACCT = '00000000' 36 36 PROVIDER_BANK_ID = '00'
Note: See TracChangeset for help on using the changeset viewer.