Ignore:
Timestamp:
13 Sep 2021, 12:24:36 (3 years ago)
Author:
Henrik Bettermann
Message:

Rename site.

Location:
main/kofacustom.edocons/trunk/src/kofacustom/edocons/interswitch
Files:
2 edited

Legend:

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

    r16593 r16615  
    2727    InterswitchPageStudent, InterswitchPageApplicant,
    2828    )
    29 from kofacustom.ecns.students.interfaces import ICustomStudentOnlinePayment
    30 from kofacustom.ecns.applicants.interfaces import ICustomApplicantOnlinePayment
    31 from kofacustom.ecns.interfaces import MessageFactory as _
     29from kofacustom.edocons.students.interfaces import ICustomStudentOnlinePayment
     30from kofacustom.edocons.applicants.interfaces import ICustomApplicantOnlinePayment
     31from kofacustom.edocons.interfaces import MessageFactory as _
    3232
    3333PRODUCT_ID = '' # must be provided by Interswitch
    34 SITE_NAME = 'ecns.waeup.org'
     34SITE_NAME = 'edocons.waeup.org'
    3535PROVIDER_ACCT = '00000000'
    3636PROVIDER_BANK_ID = '00'
    3737PROVIDER_ITEM_NAME = 'WAeAC'
    38 INSTITUTION_NAME = 'ECNS'
     38INSTITUTION_NAME = 'EDOCONS'
    3939CURRENCY = '566'
    4040GATEWAY_AMT = 150.0
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/interswitch/tests.py

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