Last active
June 13, 2024 22:14
-
-
Save neldroid/584fd20a2603938fef7fed28292f6af1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"promotions":[ | |
{ | |
"type":0, | |
"promotion":{ | |
"code":"TSHIRT", | |
"min":3, | |
"discountOnPrice":1.0 | |
} | |
}, | |
{ | |
"type":1, | |
"promotion":{ | |
"code":"VOUCHER", | |
"x":2, | |
"y":1 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment