Last active
August 9, 2019 20:13
-
-
Save scotchneat/ac79f10ef070fdb9bd7d1d0009e1d34c to your computer and use it in GitHub Desktop.
register-data
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
[ | |
{"code":"BOGO","buyProduct":"CF1","getProduct":"CF1","buyQuantity":1,"getQuantity":1,"discountType":1,"value":100,"max":-1}, | |
{"code":"APPL","buyProduct":"AP1","getProduct":"AP1","buyQuantity":3,"getQuantity":-1,"discountType":2,"value":150,"max":-1}, | |
{"code":"CHMK","buyProduct":"CH1","getProduct":"MK1","buyQuantity":1,"getQuantity":1,"discountType":1,"value":100,"max":1}, | |
{"code":"APOM","buyProduct":"OM1","getProduct":"AP1","buyQuantity":1,"getQuantity":1,"discountType":1,"value":50,"max":-1} | |
] |
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
[ | |
{"code": "CH1", "description": "Chai", "priceInCents": 311}, | |
{"code": "AP1", "description": "Apples", "priceInCents": 600}, | |
{"code": "CF1", "description": "Coffee", "priceInCents": 1123}, | |
{"code": "MK1", "description": "Milk", "priceInCents": 475}, | |
{"code": "OM1", "description": "Oatmeal", "priceInCents": 369} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment