Ignore:
Timestamp:
20 Jul 2016, 11:38:34 (8 years ago)
Author:
Henrik Bettermann
Message:

Rename 'skeleton' 'coewarri'.

Set port numbers.

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

Legend:

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

    r13587 r14035  
    2626    InterswitchPageStudent, InterswitchPageApplicant,
    2727    )
    28 from kofacustom.skeleton.students.interfaces import ICustomStudentOnlinePayment
    29 from kofacustom.skeleton.applicants.interfaces import ICustomApplicantOnlinePayment
    30 from kofacustom.skeleton.interfaces import MessageFactory as _
     28from kofacustom.coewarri.students.interfaces import ICustomStudentOnlinePayment
     29from kofacustom.coewarri.applicants.interfaces import ICustomApplicantOnlinePayment
     30from kofacustom.coewarri.interfaces import MessageFactory as _
    3131
    3232PRODUCT_ID = '57'
    33 SITE_NAME = 'skeleton-kofa.waeup.org'
     33SITE_NAME = 'coewarri-kofa.waeup.org'
    3434PROVIDER_ACCT = '00000000'
    3535PROVIDER_BANK_ID = '00'
    3636PROVIDER_ITEM_NAME = 'BT Education'
    37 INSTITUTION_NAME = 'Skeleton'
     37INSTITUTION_NAME = 'COE Warri'
    3838CURRENCY = '566'
    3939GATEWAY_AMT = 150.0
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch/tests.py

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