Skip to content

Commit

Permalink
Add products with dummy data
Browse files Browse the repository at this point in the history
Part of: #44
Part of: #53
  • Loading branch information
cweiske committed Mar 27, 2020
1 parent 383c9e8 commit 2639654
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
13 changes: 12 additions & 1 deletion classic/com.tribaloid.aroundtherock.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,16 @@
"likeCount": 67,
"average": 3.05,
"count": 42
}
},
"products": [
{
"promoted": true,
"identifier": "tournament2",
"name": "FIXME",
"description": "",
"localPrice": 0.01,
"originalPrice": 0.01,
"currency": "EUR"
}
]
}
20 changes: 19 additions & 1 deletion classic/de.philweb.bubblr.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,23 @@
"likeCount": 30,
"average": 2.07,
"count": 15
}
},
"products": [
{
"promoted": false,
"identifier": "dualmode_special",
"name": "FIXME",
"localPrice": 0.01,
"originalPrice": 0.01,
"currency": "USD"
},
{
"promoted": false,
"identifier": "dualmode",
"name": "FIXME",
"localPrice": 0.01,
"originalPrice": 0.01,
"currency": "USD"
}
]
}

0 comments on commit 2639654

Please sign in to comment.