more
This commit is contained in:
@@ -752,6 +752,7 @@ type CreateCheckoutOrder struct {
|
||||
Confirmation string `protobuf:"bytes,3,opt,name=confirmation,proto3" json:"confirmation,omitempty"`
|
||||
Push string `protobuf:"bytes,4,opt,name=push,proto3" json:"push,omitempty"`
|
||||
Validation string `protobuf:"bytes,5,opt,name=validation,proto3" json:"validation,omitempty"`
|
||||
Country string `protobuf:"bytes,6,opt,name=country,proto3" json:"country,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
@@ -821,6 +822,13 @@ func (x *CreateCheckoutOrder) GetValidation() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *CreateCheckoutOrder) GetCountry() string {
|
||||
if x != nil {
|
||||
return x.Country
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type OrderCreated struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
OrderId string `protobuf:"bytes,1,opt,name=orderId,proto3" json:"orderId,omitempty"`
|
||||
@@ -966,7 +974,7 @@ const file_messages_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"\b_country\" \n" +
|
||||
"\x0eRemoveDelivery\x12\x0e\n" +
|
||||
"\x02id\x18\x01 \x01(\x03R\x02id\"\x9f\x01\n" +
|
||||
"\x02id\x18\x01 \x01(\x03R\x02id\"\xb9\x01\n" +
|
||||
"\x13CreateCheckoutOrder\x12\x14\n" +
|
||||
"\x05terms\x18\x01 \x01(\tR\x05terms\x12\x1a\n" +
|
||||
"\bcheckout\x18\x02 \x01(\tR\bcheckout\x12\"\n" +
|
||||
@@ -974,7 +982,8 @@ const file_messages_proto_rawDesc = "" +
|
||||
"\x04push\x18\x04 \x01(\tR\x04push\x12\x1e\n" +
|
||||
"\n" +
|
||||
"validation\x18\x05 \x01(\tR\n" +
|
||||
"validation\"@\n" +
|
||||
"validation\x12\x18\n" +
|
||||
"\acountry\x18\x06 \x01(\tR\acountry\"@\n" +
|
||||
"\fOrderCreated\x12\x18\n" +
|
||||
"\aorderId\x18\x01 \x01(\tR\aorderId\x12\x16\n" +
|
||||
"\x06status\x18\x02 \x01(\tR\x06statusB\fZ\n" +
|
||||
|
||||
Reference in New Issue
Block a user