Do you need a shopping cart for buying multiple products with one check-

This commit is contained in:
Leon Serfaty G
2025-07-17 10:55:28 +00:00
parent f5294a148d
commit e42cf6cf4b
2 changed files with 4 additions and 4 deletions
@@ -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
}; };