Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit c78b993

Browse files
author
Valeriy Nayda
committed
GraphQL-141: [Mutations] Cart Operations > Add simple product to Cart
-- fix static tests
1 parent fa5940a commit c78b993

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogGraphQl/Model/Product/Option

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/Model/Product/Option/DateType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function validateUserValue($values)
3838
* @return []
3939
* @throws LocalizedException
4040
*/
41-
protected function formatValues($values)
41+
private function formatValues($values)
4242
{
4343
if (isset($values[$this->getOption()->getId()])) {
4444
$value = $values[$this->getOption()->getId()];

0 commit comments

Comments
 (0)