You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(and others) the switch case falls through in case there's a timeout (=> no status code). We should bubble up a 502 HTTP status code/exception instead.
The text was updated successfully, but these errors were encountered:
Here:
pagopa-ecommerce-transactions-service/src/main/java/it/pagopa/transactions/client/PaymentGatewayClient.java
Lines 63 to 67 in f6caa9c
(and others) the switch case falls through in case there's a timeout (=> no status code). We should bubble up a 502 HTTP status code/exception instead.
The text was updated successfully, but these errors were encountered: