Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // items.splice()
- // if (isHandleSpesialStriction) {
- // items.push({
- // modifierId,
- // modifierProductId,
- // qty,
- // price,
- // name,
- // min,
- // max,
- // });
- // setSelectedProductModifiers(items);
- // } else {
- // items.pop({
- // modifierId,
- // modifierProductId,
- // qty,
- // price,
- // name,
- // min,
- // max,
- // });
- // setSelectedProductModifiers(items);
- // }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement