Ignore:
Timestamp:
23 Dec 2014, 13:06:04 (10 years ago)
Author:
uli
Message:

Put all local changes into repos. Sorry for the mess!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/payments/payment.py

    r12277 r12305  
    2727from waeup.ikoba.payments.interfaces import (
    2828    IPayment, STATE_UNPAID, STATE_FAILED, STATE_PAID,
    29     IPaymentGatewayService,
     29    IPaymentGatewayService, IPayer,
    3030    )
    3131from waeup.ikoba.utils.logger import Logger
     
    6363        self.payment_date = None
    6464        self.payment_id = u'PAY_' + unicode(uuid.uuid4().hex)
     65        self.gateway_service = None
    6566        self.amount = decimal.Decimal("0.00")
    6667        self.payed_item_id = None
Note: See TracChangeset for help on using the changeset viewer.