|
@@ -214,7 +214,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ (NSDictionary *)requestUpdateOrder:(NSString *)orderID driverAction:(NSInteger)action {
|
|
+ (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];
|
|
NSMutableDictionary *params = [NSMutableDictionary dictionary];
|
|
|
if (orderID) {
|
|
if (orderID) {
|
|
|
[params setObject:orderID forKey:@"orderID"];
|
|
[params setObject:orderID forKey:@"orderID"];
|