more
Some checks failed
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled
Build and Publish / BuildAndDeploy (push) Has started running

This commit is contained in:
2025-09-28 10:29:18 +02:00
parent 8c8ff75b2d
commit fec181f640
2 changed files with 15 additions and 2 deletions

View File

@@ -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" +