cryptimeleon / incentive-system

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

Feature/refactor basket api #178

Closed this-kramer closed 1 year ago

this-kramer commented 1 year ago

Reason for this PR:

New basket json

{
  "basketID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "basketItems": [
    {
      "count": 0,
      "id": "string",
      "price": 0,
      "title": "string"
    }
  ],
  "locked": true,
  "paid": true,
  "redeemRequest": "string",
  "redeemed": true,
  "rewardItems": [
    {
      "id": "string",
      "title": "string"
    }
  ],
  "value": 0
}

Checklist:

Select whatever applies: