wishlist and dashboard
Build and Publish / BuildAndDeployAmd64 (push) Failing after 4s
Build and Publish / BuildAndDeployArm64 (push) Failing after 5s

This commit is contained in:
2026-07-01 13:04:55 +02:00
parent 4a37cb479c
commit 1c97a4bdb0
16 changed files with 792 additions and 340 deletions
+1
View File
@@ -20,6 +20,7 @@ message OrderLine {
int64 total_amount = 7;
int64 total_tax = 8;
string location = 9; // inventory location / store id for commit; empty = order country
bool drop_ship = 10;
}
// PlaceOrder creates the order (only legal when the order does not yet exist).