cart
This commit is contained in:
@@ -169,8 +169,8 @@ export class CartController {
|
||||
setAllCartParams(
|
||||
@UserId() userId: string,
|
||||
@RestId() restaurantId: string,
|
||||
@Body() setCarDeliveryDto: SetCarDeliveryDto,
|
||||
@Body() dto: SetAllCartParmsDto,
|
||||
) {
|
||||
return this.cartService.setCarDelivery(userId, restaurantId, setCarDeliveryDto);
|
||||
return this.cartService.setAllCartParams(userId, restaurantId, dto);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user