Project

General

Profile

Actions

Bug #9230

closed

Driver APK --> Login --> Order Delivered Screen--> Store number is not showing when the driver clicks on the phone icon

Added by Mohd Irfan 8 months ago. Updated 6 months ago.

Status:
Reopened
Priority:
Normal
Start date:
01/31/2024
Due date:
% Done:

0%

Estimated time:

Description

Issue description:

Store number is not showing when the driver clicks on the phone icon

See attached screenshot:



Files

Actions #1

Updated by Deepak Biltoria 8 months ago

  • Assignee changed from Deepak Biltoria to olatayo John

api issue
the response used to have a user map object inside pickuplocations object
but now that key is nowhere in the response.
this same kind of issue occurred with few other api's as well
you can check out this api for more details

https://quickbox.digitalnoticeboard.biz/deliveryboyapi/pickup-order?order_id=1923&delivery_boy_id=246&latitude=28.6262822&longitude=77.373467

command to fetch store number -> controller.pickUpOrderResponse.value.data?.pickupLocations?.first.user?.phone.toString()

Actions #2

Updated by olatayo John 8 months ago

  • Status changed from New to Resolved

user avilabale in "pickupLocations"

"pickupLocations": [ {
"id": 502,
"user_id": 1166,
"name": "Puri Silk House",
"store_code": "QB-502",
"logo": "https://quickbox.digitalnoticeboard.biz/store_img/logos/2023-11-10-040929_254947098.jpg",
"service_type_id": null,
"delivery_radius": 9,
"estimate_delivery_time": 9,
"order_min_amount": 600,
"packing_charge": 30,
"order_preparation_time": "45 Min",
"categories": "121",
"store_address": "Karol bagh, Gurudwara Road, Block 7, Block 35M, Beadonpura, Karol Bagh, New Delhi, Delhi 110005, India",
"store_address_local": "Block 10, WEA, Karol Bagh",
"permanent_address": "Karol bagh, Gurudwara Road, Block 7, Block 35M, Beadonpura, Kar",
"status": 1,
"approved_at": "11-10-2023",
"status_reasion": "true",
"pickup": 1,
"store_type_id": "2",
"latitude": "28.645011023037767",
"longitude": "77.19006676472388",
"free_delivery": 0,
"country_id": 101,
"state_id": 4021,
"city_id": 132406,
"rating": null,
"quickmart": 0,
"is_alarm": "0",
"online": "1",
"currency": "INR",
"created_at": "2023-11-10T08:04:59.000000Z",
"updated_at": "2024-02-02T07:53:15.000000Z",
"user": {
"id": 1166,
"customer_id": null,
"name": "Puri Silk House",
"country_code": "+91",
"phone": "9200000001",
"email": "",
"gender": null,
"image": null,
"email_verified_at": null,
"password": null,
"otp": "7988",
"verify": 5,
"status": 1,
"remember_token": null,
"access_token": "3792|TDIleMexNF0w2Iv19hkuwfuQQP5EB5Xd7t8XhtLT",
"role": "store",
"referral_code": "YE_5444QD01",
"refer_by": null,
"device_token": "fCye_rmSTaSsff5bo8Kypi:APA91bERjuHEearc8XreB92F9boU7VCMIa82N3GHIsbrQAtvkc7a1io-zVk0Q-_2rTo-KFjtYnXF2yVmCuh76nG38pXWo7ECHnFFdzn7vw8zYC0IHNf70grw9TDLKgL8t61s_xLQDN1t",
"device_type": "android",
"country_id": null,
"state_id": null,
"city_id": null,
"created_at": "2023-11-10T08:04:50.000000Z",
"updated_at": "2024-02-01T13:55:01.000000Z",
"points": 0,
"fefwefewfwe": null
}
}
]

Actions #3

Updated by olatayo John 8 months ago

forward to app dev

Actions #4

Updated by Mohd Irfan 6 months ago

  • Status changed from Resolved to Reopened
  • Assignee changed from olatayo John to Deepak Biltoria
Actions

Also available in: Atom PDF