Ignore:
Timestamp:
12 May 2012, 08:43:51 (13 years ago)
Author:
Henrik Bettermann
Message:

Make waeup.uniben in line with base package. Fortunately we can now use the payment methods used in the base package and do no longer need the actions_after functions in w.u.students.utils and w.u.applicants.utils.

Interswitch and etranzact modules have not been tested with live gateways. The query functions and approval methods may fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/payments/interfaces.py

    r8263 r8430  
    4040        )
    4141
     42    r_code = schema.TextLine(
     43        title = _(u'Response Code'),
     44        default = None,
     45        required = False,
     46        readonly = False,
     47        )
     48
    4249    r_desc = schema.TextLine(
    4350        title = _(u'Response Description'),
     
    4754        )
    4855
     56    # Only defined in custom package
     57
    4958    r_pay_reference = schema.TextLine(
    5059        title = _(u'Response Payment Reference'),
    51         default = None,
    52         required = False,
    53         readonly = False,
    54         )
    55 
    56     r_code = schema.TextLine(
    57         title = _(u'Response Code'),
    5860        default = None,
    5961        required = False,
Note: See TracChangeset for help on using the changeset viewer.