Ignore:
Timestamp:
9 Nov 2014, 08:44:55 (10 years ago)
Author:
Henrik Bettermann
Message:

Repace skeleton by wdu.

Set ports.

Set version number.

Set manager password.

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

Legend:

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

    r11647 r11940  
    2323    InterswitchPageStudent, InterswitchPageApplicant,
    2424    )
    25 from kofacustom.skeleton.students.interfaces import ICustomStudentOnlinePayment
    26 from kofacustom.skeleton.applicants.interfaces import ICustomApplicantOnlinePayment
    27 from kofacustom.skeleton.interfaces import MessageFactory as _
     25from kofacustom.wdu.students.interfaces import ICustomStudentOnlinePayment
     26from kofacustom.wdu.applicants.interfaces import ICustomApplicantOnlinePayment
     27from kofacustom.wdu.interfaces import MessageFactory as _
    2828
    2929PRODUCT_ID = '57'
    30 SITE_NAME = 'skeleton-kofa.waeup.org'
     30SITE_NAME = 'wdu-kofa.waeup.org'
    3131PROVIDER_ACCT = '00000000'
    3232PROVIDER_BANK_ID = '00'
Note: See TracChangeset for help on using the changeset viewer.