update push to update the cart
This commit is contained in:
@@ -72,4 +72,9 @@ message CreateCheckoutOrder {
|
||||
string checkout = 2;
|
||||
string confirmation = 3;
|
||||
string push = 4;
|
||||
}
|
||||
|
||||
message OrderCreated {
|
||||
string orderId = 1;
|
||||
string status = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user