Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikus1993 committed Feb 10, 2024
1 parent 2014f12 commit edf384f
Show file tree
Hide file tree
Showing 8 changed files with 196 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
Data: [
{
Id: {
Value: Guid_1
},
ProductName: {
Name: not xDDD
},
ProductDescription: {
Description: nivea
},
Price: {
CurrentPrice: {
Value: 10.0
},
PromotionalPrice: {
Value: 5.0
}
},
AvailableQuantity: {
Value: 10
},
Tags: []
}
],
Metadata: {
TagFiltersMetaData: {},
Prices: {
MinPrice: 5.0,
MaxPrice: 5.0
}
},
Count: 1,
Total: 2,
IsEmpty: false
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
Tags: []
}
],
Metadata: {
TagFiltersMetaData: {},
Prices: {
MinPrice: 5.0,
MaxPrice: 5.0
}
},
Count: 1,
Total: 2,
IsEmpty: false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
Data: [
{
Id: {
Value: Guid_1
},
ProductName: {
Name: Nivea xDDD
},
ProductDescription: {
Description: xDDD
},
Price: {
CurrentPrice: {
Value: 10.0
},
PromotionalPrice: {
Value: 5.0
}
},
AvailableQuantity: {
Value: 10
},
Tags: []
}
],
Metadata: {
TagFiltersMetaData: {},
Prices: {
MinPrice: 5.0,
MaxPrice: 5.0
}
},
Count: 1,
Total: 2,
IsEmpty: false
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
Tags: []
}
],
Metadata: {
TagFiltersMetaData: {},
Prices: {
MinPrice: 5.0,
MaxPrice: 5.0
}
},
Count: 1,
Total: 2,
IsEmpty: false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
Data: [
{
Id: {
Value: Guid_1
},
ProductName: {
Name: not xDDD
},
ProductDescription: {
Description: nivea
},
Price: {
CurrentPrice: {
Value: 10.0
},
PromotionalPrice: {
Value: 5.0
}
},
AvailableQuantity: {
Value: 10
},
Tags: []
},
{
Id: {
Value: Guid_2
},
ProductName: {
Name: Nivea xDDD
},
ProductDescription: {
Description: xDDD
},
Price: {
CurrentPrice: {
Value: 10.0
},
PromotionalPrice: {
Value: 5.0
}
},
AvailableQuantity: {
Value: 10
},
Tags: []
}
],
Metadata: {
TagFiltersMetaData: {},
Prices: {
MinPrice: 5.0,
MaxPrice: 5.0
}
},
Count: 2,
Total: 2,
IsEmpty: false
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
Tags: []
}
],
Metadata: {
TagFiltersMetaData: {},
Prices: {
MinPrice: 5.0,
MaxPrice: 5.0
}
},
Count: 2,
Total: 2,
IsEmpty: false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
Data: [
{
Id: {
Value: Guid_1
},
ProductName: {
Name: Nivea xDDD
},
ProductDescription: {
Description: xDDD
},
Price: {
CurrentPrice: {
Value: 11.0
}
},
AvailableQuantity: {
Value: 10
},
Tags: []
}
],
Metadata: {
TagFiltersMetaData: {},
Prices: {
MinPrice: 11.0,
MaxPrice: 11.0
}
},
Count: 1,
Total: 1,
IsEmpty: false
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
Tags: []
}
],
Metadata: {
TagFiltersMetaData: {},
Prices: {
MinPrice: 11.0,
MaxPrice: 11.0
}
},
Count: 1,
Total: 1,
IsEmpty: false
Expand Down

0 comments on commit edf384f

Please sign in to comment.