try to reserve when entering checkout
Some checks failed
Build and Publish / BuildAndDeployAmd64 (push) Failing after 23s
Build and Publish / BuildAndDeployArm64 (push) Failing after 2m54s

This commit is contained in:
matst80
2025-11-27 13:47:48 +01:00
parent aea168160e
commit fd29300314
4 changed files with 249 additions and 210 deletions

View File

@@ -33,6 +33,7 @@ message AddItem {
optional string storeId = 22;
optional uint32 parentId = 23;
string cgm = 25;
optional google.protobuf.Timestamp reservationEndTime = 26;
}
message RemoveItem { uint32 Id = 1; }