diff --git a/proto/provider_payments_callback.thrift b/proto/provider_payments_callback.thrift index 545548a..beec467 100644 --- a/proto/provider_payments_callback.thrift +++ b/proto/provider_payments_callback.thrift @@ -32,11 +32,13 @@ struct ProviderPaymentsCallbackParams { struct CancelParamsRequest { 1: required bool cancelAll 2: optional list cancelParams + 3: optional string cancelReason } struct ApproveParamsRequest { 1: required bool approveAll 2: optional list approveParams + 3: optional string approveReason } struct CancelParams {