all the refactor
Build and Publish / BuildAndDeployAmd64 (push) Failing after 5s
Build and Publish / BuildAndDeployArm64 (push) Failing after 6s

This commit is contained in:
2026-06-28 17:51:52 +02:00
parent 7db0d236c7
commit aa8b2bdedc
84 changed files with 4328 additions and 2344 deletions
+1
View File
@@ -19,6 +19,7 @@ message OrderLine {
int32 tax_rate = 6; // percent
int64 total_amount = 7;
int64 total_tax = 8;
string location = 9; // inventory location / store id for commit; empty = order country
}
// PlaceOrder creates the order (only legal when the order does not yet exist).