Skip to content

Commit cf13190

Browse files
author
Pavlo Cherniavskyi
committed
MAGETWO-30801: Asynchronous products addition to cart
- merge fix
1 parent 960a3a9 commit cf13190

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/GroupedProduct/Model/Product/Type

1 file changed

+1
-1
lines changed

app/code/Magento/GroupedProduct/Model/Product/Type/Grouped.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ protected function _prepareProduct(\Magento\Framework\Object $buyRequest, $produ
402402
}
403403
}
404404

405-
return (string)__('Please specify the quantity of product(s).');
405+
return __('Please specify the quantity of product(s).')->__toString();
406406
}
407407

408408
/**

0 commit comments

Comments
 (0)