Skip to content

Commit

Permalink
Rebasing to the new master and fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mamazu committed Jan 16, 2020
1 parent e695674 commit 5a6b696
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"name": "Small Logan T-Shirt",
"axis": [],
"nameAxis": {},
"price": {
"available": true,
"price": {
"current": 1999,
"currency": "GBP"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"code": "LOGAN_MUG_CODE",
"name": "Logan Mug",
"axis": [],
"available": true,
"nameAxis": {},
"price": {
"current": 1999,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"name": "Zufallige Jacke",
"axis": [],
"nameAxis": {},
"available": true,
"price": {
"current": 19999,
"currency": "GBP"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,24 +302,24 @@
}
},
{
"code": "LOGAN_SHOES_CODE",
"name": "Logan Shoes",
"slug": "logan-shoes",
"channelCode": "WEB_GB",
"description": "Some description Lorem ipsum dolor sit amet.",
"averageRating": 0,
"taxons": {
"others": []
},
"variants": [],
"attributes": [],
"associations": [],
"images": [],
"_links": {
"self": {
"href": "\/shop-api\/products\/by-slug\/logan-shoes"
"code": "LOGAN_SHOES_CODE",
"name": "Logan Shoes",
"slug": "logan-shoes",
"channelCode": "WEB_GB",
"description": "Some description Lorem ipsum dolor sit amet.",
"averageRating": 0,
"taxons": {
"others": []
},
"variants": [],
"attributes": [],
"associations": [],
"images": [],
"_links": {
"self": {
"href": "\/shop-api\/products\/by-slug\/logan-shoes"
}
}
}
},
{
"code": "FREE_DOWNLOAD",
Expand All @@ -342,10 +342,11 @@
"currency": "GBP"
},
"originalPrice": {
"current": 0,
"currency": "GBP"
"current": 0,
"currency": "GBP"
},
"images": []
}
},
"attributes": [],
"associations": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"name": "Random Jacket",
"axis": [],
"nameAxis": {},
"available": true,
"price": {
"current": 19999,
"currency": "GBP"
Expand Down

0 comments on commit 5a6b696

Please sign in to comment.