We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b667caf + 73c9501 commit 32b46ebCopy full SHA for 32b46eb
crates/router/src/core/proxy/utils.rs
@@ -92,7 +92,6 @@ impl ProxyRequestWrapper {
92
93
let payment_method_record = match response {
94
Ok(resp) => {
95
-
96
let payment_method = resp
97
.parse_struct::<diesel_models::PaymentMethod>("PaymentMethod")
98
.change_context(errors::ApiErrorResponse::InternalServerError)
0 commit comments