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

Rename package (step 2).

Location:
main/kofacustom.dspg/trunk/src/kofacustom/dspg
Files:
2 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'
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/tests.py

    r14712 r14716  
    2424from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup
    2525from waeup.kofa.configuration import SessionConfiguration
    26 from kofacustom.dspou.testing import FunctionalLayer
     26from kofacustom.dspg.testing import FunctionalLayer
    2727
    2828# Also run tests that send requests to external servers?
     
    183183        self.assertTrue(
    184184            'zope.mgr - '
    185             'kofacustom.dspou.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '
     185            'kofacustom.dspg.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '
    186186            'X1000000 - successful schoolfee payment: p3547789850240\n'
    187187            in logcontent)
Note: See TracChangeset for help on using the changeset viewer.