update stuff
Some checks failed
Build and Publish / BuildAndDeploy (push) Failing after 3m53s
Build and Publish / BuildAndDeployAmd64 (push) Failing after 42s

This commit is contained in:
matst80
2025-02-27 20:20:21 +01:00
parent d35a87e549
commit 03123bac89
5 changed files with 67 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ message AddRequest {
string Sku = 2;
}
message SetCartRequest {
repeated AddRequest Items = 1;
}
message AddItem {
int32 Quantity = 2;
int64 Price = 3;