update
This commit is contained in:
@@ -31,6 +31,7 @@ message AddItem {
|
||||
optional string outlet = 12;
|
||||
optional string storeId = 22;
|
||||
optional uint32 parentId = 23;
|
||||
string cgm = 25;
|
||||
}
|
||||
|
||||
message RemoveItem { uint32 Id = 1; }
|
||||
@@ -71,6 +72,34 @@ message PickupPoint {
|
||||
|
||||
message RemoveDelivery { uint32 id = 1; }
|
||||
|
||||
message SetUserId {
|
||||
string userId = 1;
|
||||
}
|
||||
|
||||
message LineItemMarking {
|
||||
uint32 id = 1;
|
||||
uint32 type = 2;
|
||||
string marking = 3;
|
||||
}
|
||||
|
||||
message RemoveLineItemMarking {
|
||||
uint32 id = 1;
|
||||
}
|
||||
|
||||
message SubscriptionAdded {
|
||||
uint32 itemId = 1;
|
||||
string detailsId = 3;
|
||||
string orderReference = 4;
|
||||
}
|
||||
|
||||
message PaymentDeclined {
|
||||
|
||||
}
|
||||
|
||||
message ConfirmationViewed {
|
||||
|
||||
}
|
||||
|
||||
message CreateCheckoutOrder {
|
||||
string terms = 1;
|
||||
string checkout = 2;
|
||||
|
||||
Reference in New Issue
Block a user