Changeset 8930 for main


Ignore:
Timestamp:
7 Jul 2012, 09:58:59 (12 years ago)
Author:
Henrik Bettermann
Message:

Be more verbose.

File:
1 edited

Legend:

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

    r8823 r8930  
    3737    """A payment via payment gateways.
    3838
     39    This is a copy of INigeriaOnlinePayment
     40    only for taking the AAUE payment_categories
     41    into consideration.
    3942    """
     43
    4044
    4145    p_category = schema.Choice(
     
    7478        )
    7579
    76     # Only defined in custom package
    77 
    7880    r_pay_reference = schema.TextLine(
    7981        title = _(u'Response Payment Reference'),
Note: See TracChangeset for help on using the changeset viewer.