Subversion Repositories SmartDukaan

Rev

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

Rev 13953 Rev 13954
Line 69... Line 69...
69
    ORDER_SHIPPED = 'Shipped' #Lets see if we can make use of it
69
    ORDER_SHIPPED = 'Shipped' #Lets see if we can make use of it
70
    ORDER_CANCELLED = 'Cancelled'
70
    ORDER_CANCELLED = 'Cancelled'
71
    
71
    
72
    CB_INIT = 'Waiting Confirmation'
72
    CB_INIT = 'Waiting Confirmation'
73
    CB_PENDING = 'Pending'
73
    CB_PENDING = 'Pending'
74
    CB_CREDIT_IN_PROCESS = 'Credited to wallet'
74
    CB_CREDIT_IN_PROCESS = 'Credited in process'
75
    CB_CREDITED = 'Credited to wallet'
75
    CB_CREDITED = 'Credited to wallet'
76
    CB_NA = 'Not Applicable'
76
    CB_NA = 'Not Applicable'
77
    CB_APPROVED = 'Approved'
77
    CB_APPROVED = 'Approved'
78
    CB_CANCELLED = 'Cancelled'
78
    CB_CANCELLED = 'Cancelled'
79
    
79