Changeset 16686


Ignore:
Timestamp:
26 Oct 2021, 07:16:08 (3 years ago)
Author:
Henrik Bettermann
Message:

Remove unused code.

File:
1 edited

Legend:

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

    r16629 r16686  
    3030    PAYDirectPageStudent, PAYDirectPageApplicant,
    3131    StudentRefNumberSlip, ApplicantRefNumberSlip,
    32     PAYDirectActionButtonApplicant,
    33     PAYDirectActionButtonStudent
    3432    )
    3533from kofacustom.iuokada.students.interfaces import ICustomStudentOnlinePayment
     
    284282MERCHANT_ID = '8124'
    285283
    286 PAYDIRECTCATS = {
    287     }
    288 
    289 class CustomPAYDirectActionButtonStudent(PAYDirectActionButtonStudent):
    290 
    291     @property
    292     def target_url(self):
    293         if self.context.p_category not in PAYDIRECTCATS.keys():
    294             return ''
    295         super(CustomPAYDirectActionButtonStudent, self).target_url
    296         return
    297 
    298 class CustomPAYDirectActionButtonApplicant(PAYDirectActionButtonApplicant):
    299 
    300     @property
    301     def target_url(self):
    302         return ''
    303 
    304284class CustomPAYDirectPageStudent(PAYDirectPageStudent):
    305285    """Inform student how to proceed
Note: See TracChangeset for help on using the changeset viewer.