diff --git a/proto/payment_processing.thrift b/proto/payment_processing.thrift index a3d030f..3a139b5 100644 --- a/proto/payment_processing.thrift +++ b/proto/payment_processing.thrift @@ -1669,6 +1669,9 @@ service PartyManagement { domain.Party Get (1: UserInfo user, 2: PartyID party_id) throws (1: InvalidUser ex1, 2: PartyNotFound ex2) + PartyRevision GetRevision (1: UserInfo user, 2: PartyID party_id) + throws (1: InvalidUser ex1, 2: PartyNotFound ex2) + domain.Party Checkout (1: UserInfo user, 2: PartyID party_id, 3: PartyRevisionParam revision) throws (1: InvalidUser ex1, 2: PartyNotFound ex2, 3: InvalidPartyRevision ex3)