Skip to content
Snippets Groups Projects
Commit bf273477 authored by Andy Summers's avatar Andy Summers
Browse files

Add JSON string to `MockItemCompareService`

parent 830679c9
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ class MockItemCompareService implements ItemCompareService ...@@ -19,7 +19,7 @@ class MockItemCompareService implements ItemCompareService
$this->response = $response; $this->response = $response;
} else { } else {
$this->response = new ItemCompareServiceResponse( $this->response = new ItemCompareServiceResponse(
"Mock Item Compare Service Response" '{"SKU": "12345", "attributes": [{"attribute_code":"ITEM_CATEGORY","cbs_value":"HARD/MP3Players/EARBUDS","mage_value":"SERV/PUB"}]}'
); );
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment