Ignore:
Timestamp:
21 Aug 2019, 10:46:09 (5 years ago)
Author:
Henrik Bettermann
Message:

Change name, set ports and replace colors.

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

Legend:

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

    r15269 r15563  
    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.iuokada.students.interfaces import ICustomStudentOnlinePayment
     29from kofacustom.iuokada.applicants.interfaces import ICustomApplicantOnlinePayment
     30from kofacustom.iuokada.interfaces import MessageFactory as _
    3131
    3232PRODUCT_ID = '' # must be provided by Interswitch
    33 SITE_NAME = 'skeleton-kofa.waeup.org'
     33SITE_NAME = 'iuokada-kofa.waeup.org'
    3434PROVIDER_ACCT = '00000000'
    3535PROVIDER_BANK_ID = '00'
    3636PROVIDER_ITEM_NAME = 'BT Education'
    37 INSTITUTION_NAME = 'Skeleton'
     37INSTITUTION_NAME = 'IUOkada'
    3838CURRENCY = '566'
    3939GATEWAY_AMT = 150.0
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/tests.py

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