diff --git a/proto/payment_processing.thrift b/proto/payment_processing.thrift index faabd2ea..5694c1f8 100644 --- a/proto/payment_processing.thrift +++ b/proto/payment_processing.thrift @@ -1076,7 +1076,6 @@ service Invoicing { domain.TermSet ComputeTerms ( 2: domain.InvoiceID id - 3: PartyRevisionParam party_revision_param ) throws ( 2: InvoiceNotFound ex2 @@ -1504,14 +1503,11 @@ service InvoiceTemplating { /* Terms */ domain.TermSet ComputeTerms ( - 2: domain.InvoiceTemplateID id, - 3: base.Timestamp timestamp, - 4: PartyRevisionParam party_revision_param + 2: domain.InvoiceTemplateID id ) throws ( 2: InvoiceTemplateNotFound ex2, - 3: InvoiceTemplateRemoved ex3, - 4: PartyNotExistsYet ex4 + 3: InvoiceTemplateRemoved ex3 ) }