Ignore:
Timestamp:
11 Jul 2017, 13:57:00 (7 years ago)
Author:
Henrik Bettermann
Message:

Rename package (step 2).

Location:
main/kofacustom.dspg/trunk/src/kofacustom/dspg
Files:
1 edited
1 moved

Legend:

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

    r14712 r14716  
    2626    InterswitchPageStudent, InterswitchPageApplicant,
    2727    )
    28 from kofacustom.dspou.students.interfaces import ICustomStudentOnlinePayment
    29 from kofacustom.dspou.applicants.interfaces import ICustomApplicantOnlinePayment
    30 from kofacustom.dspou.interfaces import MessageFactory as _
     28from kofacustom.dspg.students.interfaces import ICustomStudentOnlinePayment
     29from kofacustom.dspg.applicants.interfaces import ICustomApplicantOnlinePayment
     30from kofacustom.dspg.interfaces import MessageFactory as _
    3131
    3232PRODUCT_ID = '' # must be provided by Interswitch
    33 SITE_NAME = 'dspou-kofa.waeup.org'
     33SITE_NAME = 'dspg-kofa.waeup.org'
    3434PROVIDER_ACCT = '00000000'
    3535PROVIDER_BANK_ID = '00'
Note: See TracChangeset for help on using the changeset viewer.