update messages
This commit is contained in:
@@ -95,6 +95,12 @@ message InitializeCheckout {
|
||||
bool paymentInProgress = 3;
|
||||
}
|
||||
|
||||
message InventoryReserved {
|
||||
string id = 1;
|
||||
string status = 2;
|
||||
optional string message = 3;
|
||||
}
|
||||
|
||||
message AddVoucher {
|
||||
string code = 1;
|
||||
int64 value = 2;
|
||||
|
||||
Reference in New Issue
Block a user