Ignore:
Timestamp:
15 Mar 2023, 12:27:16 (19 months ago)
Author:
Henrik Bettermann
Message:

Rename skeleton koa.

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

Legend:

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

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

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