From c71b73866360415b213ea6e8f3b7d3efa44957cc Mon Sep 17 00:00:00 2001 From: Toporkov Igor Date: Fri, 23 Aug 2019 14:03:49 +0300 Subject: [PATCH] Move processing_deadline_reached error (#483) --- proto/payment_processing_errors.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/payment_processing_errors.thrift b/proto/payment_processing_errors.thrift index 251eb61..20c4bc1 100644 --- a/proto/payment_processing_errors.thrift +++ b/proto/payment_processing_errors.thrift @@ -72,7 +72,6 @@ union PaymentFailure { 2: GeneralFailure preauthorization_failed 3: AuthorizationFailure authorization_failed 4: NoRouteFoundFailure no_route_found - 5: GeneralFailure processing_deadline_reached } union RefundFailure { @@ -94,6 +93,7 @@ union AuthorizationFailure { 11: GeneralFailure security_policy_violated 12: GeneralFailure temporarily_unavailable 13: GeneralFailure rejected_by_issuer // "silent reject" / "do not honor" / rejected by issuer / ... + 14: GeneralFailure processing_deadline_reached } union LimitExceeded {