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

Merge branch 'mock-json' into 'master'

Add JSON string to `MockItemCompareService`

See merge request adi-ia/cbs-techstore-client-php!100
parents 830679c9 bf273477
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class MockItemCompareService implements ItemCompareService
$this->response = $response;
} else {
$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