Skip to content

Commit f93e3ff

Browse files
committed
MC-42249: No form validation for negative quantity on bundle products
- Added to allow the validation functionality for php 7.4 version.
1 parent f54c386 commit f93e3ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Bundle/ViewModel/ValidateQuantity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ class ValidateQuantity implements ArgumentInterface
1919
/**
2020
* @var Json
2121
*/
22-
private Json $serializer;
22+
private $serializer;
2323

2424
/**
2525
* @var ProductView
2626
*/
27-
private ProductView $productView;
27+
private $productView;
2828

2929
/**
3030
* @param Json $serializer

0 commit comments

Comments
 (0)