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

Commit

Permalink
GraphQL-141: [Mutations] Cart Operations > Add simple product to Cart
Browse files Browse the repository at this point in the history
-- fix static tests
  • Loading branch information
Valeriy Nayda committed Oct 2, 2018
1 parent fa5940a commit c78b993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function validateUserValue($values)
* @return []
* @throws LocalizedException
*/
protected function formatValues($values)
private function formatValues($values)
{
if (isset($values[$this->getOption()->getId()])) {
$value = $values[$this->getOption()->getId()];
Expand Down

0 comments on commit c78b993

Please sign in to comment.