Do you need a shopping cart for buying multiple products with one check-
This commit is contained in:
@@ -32,8 +32,8 @@ const featuresHoursMap: Record<string, number> = {
|
|||||||
'live-streaming': 55,
|
'live-streaming': 55,
|
||||||
};
|
};
|
||||||
const shoppingCartHoursMap = {
|
const shoppingCartHoursMap = {
|
||||||
simple: 45,
|
simple: 60,
|
||||||
multiple: 20
|
multiple: 15
|
||||||
};
|
};
|
||||||
|
|
||||||
const calculateHours = (
|
const calculateHours = (
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ const featuresHoursMap: Record<string, number> = {
|
|||||||
'live-streaming': 55,
|
'live-streaming': 55,
|
||||||
};
|
};
|
||||||
const shoppingCartHoursMap = {
|
const shoppingCartHoursMap = {
|
||||||
simple: 45,
|
simple: 60,
|
||||||
multiple: 20
|
multiple: 15
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user