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,
|
||||
};
|
||||
const shoppingCartHoursMap = {
|
||||
simple: 45,
|
||||
multiple: 20
|
||||
simple: 60,
|
||||
multiple: 15
|
||||
};
|
||||
|
||||
const calculateHours = (
|
||||
|
||||
@@ -31,8 +31,8 @@ const featuresHoursMap: Record<string, number> = {
|
||||
'live-streaming': 55,
|
||||
};
|
||||
const shoppingCartHoursMap = {
|
||||
simple: 45,
|
||||
multiple: 20
|
||||
simple: 60,
|
||||
multiple: 15
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user