Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de075a8fe3 | ||
|
|
53f6a1bb1a |
@@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"EXPO_PUBLIC_API_URL": "https://uber-demo.club",
|
"EXPO_PUBLIC_API_URL": "https://uber-demo.club",
|
||||||
"EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club/api/manifest"
|
"EXPO_PUBLIC_UPDATE_URL": "https://ota-preprod.uber-stup.club/api/manifest"
|
||||||
},
|
},
|
||||||
"channel": "pre-prod-admin"
|
"channel": "pre-prod-admin"
|
||||||
},
|
},
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"EXPO_PUBLIC_API_URL": "https://mln-uber.club",
|
"EXPO_PUBLIC_API_URL": "https://mln-uber.club",
|
||||||
"EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club/api/manifest"
|
"EXPO_PUBLIC_UPDATE_URL": "https://ota-prod.uber-stup.club/api/manifest"
|
||||||
},
|
},
|
||||||
"channel": "production-admin"
|
"channel": "production-admin"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -164,7 +164,6 @@ export const getDeliverymanLocationForCommand = async (commandId: number) => {
|
|||||||
|
|
||||||
// ============================================
|
// ============================================
|
||||||
// LIVREURS
|
// LIVREURS
|
||||||
// ============================================
|
|
||||||
|
|
||||||
const parseStatus = (status: any): "available" | "busy" | "offline" => {
|
const parseStatus = (status: any): "available" | "busy" | "offline" => {
|
||||||
if (!status) return "offline";
|
if (!status) return "offline";
|
||||||
|
|||||||
+2
-2
@@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"EXPO_PUBLIC_API_URL": "https://uber-demo.club",
|
"EXPO_PUBLIC_API_URL": "https://uber-demo.club",
|
||||||
"EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club/api/manifest"
|
"EXPO_PUBLIC_UPDATE_URL": "https://ota-mobile-preprod.uber-stup.club/api/manifest"
|
||||||
},
|
},
|
||||||
"channel": "pre-prod-client"
|
"channel": "pre-prod-client"
|
||||||
},
|
},
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"EXPO_PUBLIC_API_URL": "https://mln-uber.club",
|
"EXPO_PUBLIC_API_URL": "https://mln-uber.club",
|
||||||
"EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club/api/manifest"
|
"EXPO_PUBLIC_UPDATE_URL": "https://ota-mobile-prod.uber-stup.club/api/manifest"
|
||||||
},
|
},
|
||||||
"channel": "production-client"
|
"channel": "production-client"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -529,7 +529,6 @@ export const getOrdersWithTracking = async () => {
|
|||||||
|
|
||||||
// ============================================
|
// ============================================
|
||||||
// HISTORY
|
// HISTORY
|
||||||
// ============================================
|
|
||||||
|
|
||||||
export const getMyCompletedOrders = async (): Promise<HistoryResponse> => {
|
export const getMyCompletedOrders = async (): Promise<HistoryResponse> => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user