@@ -214,7 +214,7 @@
}
+ (NSDictionary *)requestUpdateOrder:(NSString *)orderID driverAction:(NSInteger)action {
- return [self loadFakeData:@"fake_order_edit.json"];
+// return [self loadFakeData:@"fake_order_edit.json"];
NSMutableDictionary *params = [NSMutableDictionary dictionary];
if (orderID) {
[params setObject:orderID forKey:@"orderID"];