Subversion Repositories SmartDukaan

Rev

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

Rev 4241 Rev 4250
Line 63... Line 63...
63
        }
63
        }
64
    };
64
    };
65
    
65
    
66
    public static enum CODCancelMatrix {
66
    public static enum CODCancelMatrix {
67
        INVALID_CONTACT_DETAILS("Contact details provided are false or unreachable"),
67
        INVALID_CONTACT_DETAILS("Contact details provided are false or unreachable"),
-
 
68
        CUSTOMER_NOT_RESPONDING("Customer is not responding to mails and calls"),
68
        LOWER_PRICE_AVAILABLE_ELSEWHERE("Customer getting better price elsewhere"),
69
        LOWER_PRICE_AVAILABLE_ELSEWHERE("Customer getting better price elsewhere"),
69
        CUSTOMER_TESTING_WEBSITE("Customer is testing the site"),
70
        CUSTOMER_TESTING_WEBSITE("Customer is testing the site"),
70
        DUPLICATE_BOOKING("Customer booked an order twice by mistake"),
71
        DUPLICATE_BOOKING("Customer booked an order twice by mistake"),
71
        DEALER_ORDER("Order was place by a dealer"),
72
        DEALER_ORDER("Order was place by a dealer"),
72
        OUT_OF_STOCK("Ordered item is out of stock"),
73
        OUT_OF_STOCK("Ordered item is out of stock"),