Subversion Repositories SmartDukaan

Rev

Rev 13664 | Rev 13721 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13664 Rev 13690
Line 70... Line 70...
70
    placedOn  = None
70
    placedOn  = None
71
    trackingNumber  = None
71
    trackingNumber  = None
72
    quantity  = None
72
    quantity  = None
73
    cashBackStatus = None
73
    cashBackStatus = None
74
    cashBackAmount = None
74
    cashBackAmount = None
-
 
75
    imgUrl = None
75
    closed = None
76
    closed = None
76
    
77
    
77
    def __init__(self, productTitle, productUrl, placedOn, amountPaid, status=Store.ORDER_PLACED, quantity = 1):
78
    def __init__(self, productTitle, productUrl, placedOn, amountPaid, status=Store.ORDER_PLACED, quantity = 1):
78
        self.productTitle = productTitle
79
        self.productTitle = productTitle
79
        self.productUrl = productUrl
80
        self.productUrl = productUrl