From decfa45d7ce4b3c948957c6ddba34742aaa9fdc5 Mon Sep 17 00:00:00 2001 From: ndiezel0 Date: Mon, 29 Jan 2024 19:48:36 +0500 Subject: [PATCH] TD-818: Rename explanation method (#113) --- proto/payment_processing.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/payment_processing.thrift b/proto/payment_processing.thrift index e96f126..7eace94 100644 --- a/proto/payment_processing.thrift +++ b/proto/payment_processing.thrift @@ -1052,7 +1052,7 @@ service Invoicing { /* Аnalytics */ - InvoicePaymentExplanation GetExplanationForChosenRoute ( + InvoicePaymentExplanation ExplainRoute ( 1: domain.InvoiceID invoice_id, 2: domain.InvoicePaymentID payment_id )