Skip to content

Commit

Permalink
Add coupons.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Maruchin1 committed Apr 12, 2023
1 parent 8d8a637 commit 0034f6e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions json/coupons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"id": "1",
"name": "Cheesburger with fries",
"points": 200,
"image": "https://raw.githubusercontent.com/Maruchin1/domain-driven-android/master/images/cheesburger_with_fries_coupon.jpeg"
},
{
"id": "2",
"name": "Chicekburger with fries",
"points": 150,
"image": "https://raw.githubusercontent.com/Maruchin1/domain-driven-android/master/images/chickenburger_with_fries_coupon.jpeg"
},
{
"id": "3",
"name": "Chicken nuggets with fries",
"points": 250,
"image": "https://raw.githubusercontent.com/Maruchin1/domain-driven-android/master/images/chicken_nuggets_with_fries_coupon.jpeg"
},
{
"id": "4",
"name": "2 x Milkshake",
"points": 100,
"image": "https://raw.githubusercontent.com/Maruchin1/domain-driven-android/master/images/two_milkshakes_coupon.jpeg"
},
{
"id": "5",
"name": "2 x Soda drink",
"points": 50,
"image": "https://raw.githubusercontent.com/Maruchin1/domain-driven-android/master/images/two_soda_drinks_coupon.jpeg"
}
]

0 comments on commit 0034f6e

Please sign in to comment.