Ignore:
Timestamp:
23 Apr 2012, 14:06:39 (13 years ago)
Author:
Henrik Bettermann
Message:

Implement acceptance fee payments via Interswitch (part 2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/etranzact/browser.py

    r8256 r8259  
    2929from waeup.uniben.students.interfaces import ICustomStudentOnlinePayment
    3030from waeup.uniben.applicants.interfaces import ICustomApplicantOnlinePayment
     31
    3132
    3233TERMINAL_ID = '0500000003'
     
    101102class EtranzactEnterPinActionButtonApplicant(RCABApplicant):
    102103    grok.context(ICustomApplicantOnlinePayment)
     104    grok.order(3)
    103105    icon = 'actionicon_call.png'
    104106    text = _('Query eTranzact History')
     
    107109class EtranzactEnterPinActionButtonStudent(RCABStudent):
    108110    grok.context(ICustomStudentOnlinePayment)
     111    grok.order(3)
    109112    icon = 'actionicon_call.png'
    110113    text = _('Query eTranzact History')
Note: See TracChangeset for help on using the changeset viewer.