Ignore:
Timestamp:
5 Jul 2022, 07:50:56 (2 years ago)
Author:
Henrik Bettermann
Message:

Initial setup

File:
1 edited

Legend:

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

    r16724 r16983  
    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.lpng.students.interfaces import ICustomStudentOnlinePayment
     30from kofacustom.lpng.applicants.interfaces import ICustomApplicantOnlinePayment
     31from kofacustom.lpng.interfaces import MessageFactory as _
    3232
    3333PRODUCT_ID = '' # must be provided by Interswitch
    34 SITE_NAME = 'skeleton.waeup.org'
     34SITE_NAME = 'lpng.waeup.org'
    3535PROVIDER_ACCT = '00000000'
    3636PROVIDER_BANK_ID = '00'
    3737PROVIDER_ITEM_NAME = 'WAeAC'
    38 INSTITUTION_NAME = 'SKELETON'
     38INSTITUTION_NAME = 'LPNG'
    3939CURRENCY = '566'
    4040GATEWAY_AMT = 150.0
Note: See TracChangeset for help on using the changeset viewer.