Skip to content

Commit

Permalink
Changed rebate values in Json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob-SA committed Apr 29, 2024
1 parent 4dc4c58 commit 456a0a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/media/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"name": "Leather Shoe Care Kit",
"price": 19.99,
"currency": "USD",
"rebateQuantity": 50,
"rebatePercent": 0,
"rebateQuantity": 20,
"rebatePercent": 5,
"upsellProductId": 0,
"amountInStock": 100
},
Expand Down Expand Up @@ -94,8 +94,8 @@
"name": "Suede Shoe Brush",
"price": 9.99,
"currency": "USD",
"rebateQuantity": 50,
"rebatePercent": 0,
"rebateQuantity": 20,
"rebatePercent": 5,
"upsellProductId": 0,
"amountInStock": 120
}
Expand Down

0 comments on commit 456a0a8

Please sign in to comment.