Skip to content

Commit

Permalink
fix(samples): upgrade order samples to latest protos
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Apr 17, 2024
1 parent 6c5595a commit a286e4c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions datasets/demo-shop/data/sample-data/orders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@
phone: "0123456789"
comments: ""
packagingPreferences: [ ]
orderState: "CREATED"
fulfillmentState: null
paymentState: "UNPAYED"
orderState: "PENDING"
totalAmounts:
- currencyId: euro
gross: 9.99
Expand Down Expand Up @@ -166,9 +164,7 @@
phone: "0123456789"
comments: ""
packagingPreferences: [ ]
orderState: "CREATED"
fulfillmentState: null
paymentState: "UNPAYED"
orderState: "PENDING"
totalAmounts:
- currencyId: euro
gross: 341.55
Expand Down Expand Up @@ -256,9 +252,7 @@
phone: "0123456789"
comments: ""
packagingPreferences: [ ]
orderState: "CREATED"
fulfillmentState: null
paymentState: "UNPAYED"
orderState: "PENDING"
totalAmounts:
- currencyId: euro
gross: 12.45
Expand Down

0 comments on commit a286e4c

Please sign in to comment.