update push to update the cart
Some checks failed
Build and Publish / BuildAndDeploy (push) Successful in 3m9s
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

This commit is contained in:
matst80
2025-04-18 17:27:50 +02:00
parent 00e39cf7fa
commit 49cebad861
5 changed files with 159 additions and 124 deletions

View File

@@ -72,4 +72,9 @@ message CreateCheckoutOrder {
string checkout = 2;
string confirmation = 3;
string push = 4;
}
message OrderCreated {
string orderId = 1;
string status = 2;
}