incease limit on frontend
This commit is contained in:
@@ -34,7 +34,7 @@ class CartItem extends Component {
|
||||
}
|
||||
|
||||
isQuantityValid(quantity) {
|
||||
return quantity > 0 && quantity <= 100;
|
||||
return quantity > 0 && quantity <= 65000;
|
||||
}
|
||||
|
||||
updateQuantity(cartItem, quantity) {
|
||||
|
||||
Reference in New Issue
Block a user