pick time storing and convert time to 24 hours time base
This commit is contained in:
@@ -37,6 +37,8 @@ export default function useOrder() {
|
||||
location,
|
||||
discount,
|
||||
plateCar,
|
||||
pickupTime,
|
||||
pickupDate,
|
||||
} = useAppSelector(selectCart);
|
||||
const highestLoyaltyItem = useAppSelector(selectHighestPricedLoyaltyItem);
|
||||
const { useLoyaltyPoints } = useAppSelector(selectCart);
|
||||
@@ -83,7 +85,8 @@ export default function useOrder() {
|
||||
paymentType: "cod",
|
||||
uuid: user_uuid,
|
||||
pickup_comments: "",
|
||||
pickup_time: estimateTime,
|
||||
pickup_time: pickupTime,
|
||||
pickup_date: pickupDate,
|
||||
car_plate: plateCar,
|
||||
delivery_pickup_interval: "",
|
||||
orderPrice: orderPrice,
|
||||
|
||||
Reference in New Issue
Block a user