cryptimeleon / incentive-system

A cryptographic incentive system.
Apache License 2.0
3 stars 0 forks source link

Send all item data in basket json object #175

Closed this-kramer closed 1 year ago

this-kramer commented 1 year ago
{
  "basketID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "items": {
    "itemid": 1,
    "itemid": 0,
    "itemid": 0
  },
  "locked": true,
  "paid": true,
  "redeemRequest": "string",
  "redeemed": true,
  "rewardItems": [
    "string"
  ],
  "value": 0
}

Basket json objects do not contain the item data, which makes the basket api nasty to work with.