implement validate callback
Some checks failed
Build and Publish / BuildAndDeploy (push) Failing after 3m2s
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

This commit is contained in:
matst80
2025-05-13 19:46:06 +02:00
parent 00b465a8c9
commit 045c15b41a
5 changed files with 93 additions and 41 deletions

View File

@@ -81,6 +81,7 @@ message CreateCheckoutOrder {
string checkout = 2;
string confirmation = 3;
string push = 4;
string validation = 5;
}
message OrderCreated {