Subversion Repositories SmartDukaan

Rev

Rev 18462 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18462 Rev 20110
Line 187... Line 187...
187
        setOfprepaidrefundableStates.add(OrderStatus.CANCELLED_DUE_TO_LOW_INVENTORY);
187
        setOfprepaidrefundableStates.add(OrderStatus.CANCELLED_DUE_TO_LOW_INVENTORY);
188
 
188
 
189
 
189
 
190
    }
190
    }
191
 
191
 
192
    public static final Map<Long, String> providerNameMap = new HashMap<Long, String>() {
-
 
193
        {
-
 
194
            put(1l, "BlueDart");
-
 
195
            put(2l, "Aramex");
-
 
196
            put(3l, "Delhivery");
-
 
197
            put(4l, "SelfPickup");
-
 
198
            put(5l, "Runner");
-
 
199
            put(6l, "RedExpress");
-
 
200
            put(7l, "FedEx");
-
 
201
        }
-
 
202
    };
-
 
203
 
-
 
204
 
192
 
205
    public static final Map<Long,String> billingWarehouseMap = new HashMap<Long, String>() {
193
    public static final Map<Long,String> billingWarehouseMap = new HashMap<Long, String>() {
206
        { 
194
        { 
207
            put(7l, "Mahipalpur-MMX");
195
            put(7l, "Mahipalpur-MMX");
208
            put(12l, "Goregaon");
196
            put(12l, "Goregaon");