Actions
Bug #9262
openUser --> Login --> Home Screen --> Orders --> Fashion Orders 1943 --> if users Return orders one by one then the Refund amount should be showing on the user app only for accepted returned items, instead of all Returned items.
Start date:
02/08/2024
Due date:
% Done:
0%
Estimated time:
Description
Issue description:
if users Return orders one by one then the Refund amount should be showing on the user app only for accepted returned items, instead of all Returned items
store id --> 7535064628
user id --> 7870691060
See attached screenshot:
Files
Updated by Deepak Biltoria 9 months ago
- Project changed from Quikrbox User app to Quikrbox - Api issues
the refund is coming from backend
this is the key which is used -> json['total_refund'],
its updated in two api's
https://quickbox.digitalnoticeboard.biz/userapi/get-orders {"user_id":"1281"}
and
https://quickbox.digitalnoticeboard.biz/userapi/order-details?order_id=1943
Updated by Mohd Irfan 9 months ago
- Assignee changed from Deepak Biltoria to Irfan Varis
Updated by Irfan Varis 9 months ago
When return order delivered to store then return amount will receive in both api's
Actions