add plateCar
This commit is contained in:
@@ -36,6 +36,7 @@ export default function useOrder() {
|
||||
giftDetails,
|
||||
location,
|
||||
discount,
|
||||
plateCar,
|
||||
} = useAppSelector(selectCart);
|
||||
const highestLoyaltyItem = useAppSelector(selectHighestPricedLoyaltyItem);
|
||||
const { useLoyaltyPoints } = useAppSelector(selectCart);
|
||||
@@ -83,6 +84,7 @@ export default function useOrder() {
|
||||
uuid: user_uuid,
|
||||
pickup_comments: "",
|
||||
pickup_time: estimateTime,
|
||||
car_plate: plateCar,
|
||||
delivery_pickup_interval: "",
|
||||
orderPrice: orderPrice,
|
||||
use_loylaty: useLoyaltyPoints && highestLoyaltyItem ? 1 : 0,
|
||||
|
||||
Reference in New Issue
Block a user