This commit is contained in:
matst80
2024-11-14 22:53:32 +01:00
parent 0870a37d90
commit 69d92716c3
10 changed files with 283 additions and 47 deletions

View File

@@ -62,3 +62,10 @@ message PickupPoint {
message RemoveDelivery {
int64 Id = 1;
}
message CreateCheckoutOrder {
string Terms = 1;
string Checkout = 2;
string Confirmation = 3;
string Push = 4;
}