Ignore:
Timestamp:
17 Jan 2025, 03:58:56 (39 hours ago)
Author:
Henrik Bettermann
Message:

Initialize schoolcash demo portal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/interswitch/browser.py

    r16724 r17991  
    2727    InterswitchPageStudent, InterswitchPageApplicant,
    2828    )
    29 from kofacustom.skeleton.students.interfaces import ICustomStudentOnlinePayment
    30 from kofacustom.skeleton.applicants.interfaces import ICustomApplicantOnlinePayment
    31 from kofacustom.skeleton.interfaces import MessageFactory as _
     29from kofacustom.schoolcash.students.interfaces import ICustomStudentOnlinePayment
     30from kofacustom.schoolcash.applicants.interfaces import ICustomApplicantOnlinePayment
     31from kofacustom.schoolcash.interfaces import MessageFactory as _
    3232
    3333PRODUCT_ID = '' # must be provided by Interswitch
    34 SITE_NAME = 'skeleton.waeup.org'
     34SITE_NAME = 'schoolcash.waeup.org'
    3535PROVIDER_ACCT = '00000000'
    3636PROVIDER_BANK_ID = '00'
Note: See TracChangeset for help on using the changeset viewer.