Skip to content

Commit

Permalink
SUPESC-871: removed unnecessary demodata
Browse files Browse the repository at this point in the history
  • Loading branch information
kraal-spryker committed Nov 22, 2024
1 parent 562ac59 commit 75f0cb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@
"name": "haveFullProduct",
"key": "concreteProduct1",
"arguments": [
{
"attributes": ["attribute1", "attribute2"]
},
{},
{
"idTaxSet": 1,
"localizedAttributes": [
Expand All @@ -98,9 +96,7 @@
"name": "haveFullProduct",
"key": "concreteProduct2",
"arguments": [
{
"attributes": ["attribute1", "attribute2"]
},
{},
{
"idTaxSet": 1,
"localizedAttributes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@
"name": "haveFullProduct",
"key": "concreteProduct1",
"arguments": [
{
"attributes": ["attribute1", "attribute2"]
},
{},
{
"idTaxSet": 1,
"localizedAttributes": [
Expand All @@ -98,9 +96,7 @@
"name": "haveFullProduct",
"key": "concreteProduct2",
"arguments": [
{
"attributes": ["attribute1", "attribute2"]
},
{},
{
"idTaxSet": 1,
"localizedAttributes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"key": "concreteProduct1",
"arguments": [
{
"attributes": ["attribute1", "attribute2"]
},
{
"idTaxSet": 1,
Expand All @@ -99,20 +98,19 @@
"key": "concreteProduct2",
"arguments": [
{
"attributes": ["attribute1", "attribute2"]
},
{
"idTaxSet": 1,
"localizedAttributes": [
{
"locale": "#localeEN",
"name": "#localizedAttribute2.name",
"attributes": ["attribute1", "attribute2"]
"attributes": ["attribute3", "attribute4"]
},
{
"locale": "#localeDE",
"name": "#localizedAttribute2.name",
"attributes": ["attribute1", "attribute2"]
"attributes": ["attribute3", "attribute4"]
}
]
}
Expand Down

0 comments on commit 75f0cb3

Please sign in to comment.