From af52632c2c9be57f2ab9f4c6e58b54c7975fc374 Mon Sep 17 00:00:00 2001 From: Aleksey Kashapov Date: Thu, 11 Dec 2025 14:36:51 +0300 Subject: [PATCH] Adds `latest_event_id` (version) for collapsed Invoice state --- proto/payment_processing.thrift | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/payment_processing.thrift b/proto/payment_processing.thrift index 59de4be3..5fc11f91 100644 --- a/proto/payment_processing.thrift +++ b/proto/payment_processing.thrift @@ -600,6 +600,7 @@ struct InvoicePaymentParamsFlowHold { } struct Invoice { + 3: required base.EventID latest_event_id 1: required domain.Invoice invoice 2: required list payments }