Ignore:
Timestamp:
1 Nov 2019, 11:14:14 (5 years ago)
Author:
Henrik Bettermann
Message:

Customize Payoutlet stuff.

File:
1 edited

Legend:

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

    r15601 r15733  
    2323    EtranzactPageStudent, EtranzactReceiveResponseStudent,
    2424    EtranzactRequestPaymentStatusPageStudent)
     25from kofacustom.nigeria.etranzact.payoutletbrowser import (
     26    EtranzactQueryHistoryPageStudent, EtranzactQueryHistoryPageApplicant)
    2527
    2628# Temporarily we can use the test portal like in kofacustom.nigeria
     
    7981    logo_url = LOGO_URL
    8082
     83class CustomEtranzactQueryHistoryPageStudent(EtranzactQueryHistoryPageStudent):
     84    """ Query history of Etranzact payments
     85    """
     86    terminal_id = TERMINAL_ID
     87    host = HOST
     88    https = HTTPS
    8189
    82 
     90class CustomEtranzactQueryHistoryPageApplicant(EtranzactQueryHistoryPageApplicant):
     91    """ Query history of Etranzact payments
     92    """
     93    terminal_id = TERMINAL_ID
     94    host = HOST
     95    https = HTTPS
Note: See TracChangeset for help on using the changeset viewer.