Skip to content

Instantly share code, notes, and snippets.

@scotchneat
Last active August 9, 2019 20:13
Show Gist options
  • Save scotchneat/ac79f10ef070fdb9bd7d1d0009e1d34c to your computer and use it in GitHub Desktop.
Save scotchneat/ac79f10ef070fdb9bd7d1d0009e1d34c to your computer and use it in GitHub Desktop.
register-data
[
{"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}
]
[
{"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