Subversion Repositories SmartDukaan

Rev

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

Rev 13690 Rev 13721
Line 57... Line 57...
57
class SubOrder():
57
class SubOrder():
58
    status = None
58
    status = None
59
    productTitle = None
59
    productTitle = None
60
    estimatedDeliveryDate  = None
60
    estimatedDeliveryDate  = None
61
    productCode  = None
61
    productCode  = None
-
 
62
    detailedStatus  = None
62
    merchantSubOrderId  = None
63
    merchantSubOrderId  = None
63
    productUrl  = None
64
    productUrl  = None
64
    courierName  = None
65
    courierName  = None
65
    unitPrice  = None
66
    unitPrice  = None
66
    amountPaid  = None 
67
    amountPaid  = None 
Line 70... Line 71...
70
    placedOn  = None
71
    placedOn  = None
71
    trackingNumber  = None
72
    trackingNumber  = None
72
    quantity  = None
73
    quantity  = None
73
    cashBackStatus = None
74
    cashBackStatus = None
74
    cashBackAmount = None
75
    cashBackAmount = None
-
 
76
    cashBackPercentage = None
75
    imgUrl = None
77
    imgUrl = None
76
    closed = None
78
    closed = None
77
    
79
    
78
    def __init__(self, productTitle, productUrl, placedOn, amountPaid, status=Store.ORDER_PLACED, quantity = 1):
80
    def __init__(self, productTitle, productUrl, placedOn, amountPaid, status=Store.ORDER_PLACED, quantity = 1):
79
        self.productTitle = productTitle
81
        self.productTitle = productTitle