Actions
Bug #9291
closedUser --> Login --> Home Screen ---> Orders --> order id --> After delivery than user is unable to Rate his/her order
Start date:
02/20/2024
Due date:
% Done:
0%
Estimated time:
Description
Issue Description:
After delivery than user is unable to Rate his/her order
User id 9334920821
order id--> 1946
See attached screen Record:
Files
Updated by Deepak Biltoria 9 months ago
- Project changed from Quikrbox User app to Quikrbox - Api issues
it was some api issue
Api endpoint - userapi/store-rating
request params - {"user_id":1200,"store_id":580,"rating":"3.0","order_id":1946,"comment":"good experience "}
response
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='https://quickbox.digitalnoticeboard.biz'" />
<title>Redirecting to https://quickbox.digitalnoticeboard.biz&lt;/title>
</head>
<body>
Redirecting to <a href="https://quickbox.digitalnoticeboard.biz">https://quickbox.digitalnoticeboard.biz&lt;/a&gt;.
</body>
</html>
Updated by Mohd Irfan 8 months ago
- Assignee changed from Deepak Biltoria to Irfan Varis
Updated by Irfan Varis 8 months ago
- Project changed from Quikrbox - Api issues to Quikrbox User app
Not an API issue
send "rating":"3" not "rating":"3.0"
Updated by Mohd Irfan 8 months ago
- Assignee changed from Irfan Varis to Deepak Biltoria
Actions