Changeset 2049


Ignore:
Timestamp:
23 Jul 2007, 15:59:02 (17 years ago)
Author:
joachim
Message:

make it work again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/getPaymentInfo.py

    r2048 r2049  
    5050if isc:
    5151    from Products.zdb import set_trace
    52     set_trace()
     52    #set_trace()
    5353    p,b,n = str(payment.order_id).split('-')
    5454    batch_object = getattr(context.pins,"%s_%s" % (p,b),None)
    55     if batch_object is None:
     55    if True or batch_object is None:
    5656        info['cost'] = "unknown"
    5757    else:
Note: See TracChangeset for help on using the changeset viewer.