Skip to content

Commit 32b46eb

Browse files
committed
Merge branch 'temp-pm-id-support-in-proxy' of github.com:juspay/hyperswitch into temp-pm-id-support-in-proxy
2 parents b667caf + 73c9501 commit 32b46eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/router/src/core/proxy/utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ impl ProxyRequestWrapper {
9292

9393
let payment_method_record = match response {
9494
Ok(resp) => {
95-
9695
let payment_method = resp
9796
.parse_struct::<diesel_models::PaymentMethod>("PaymentMethod")
9897
.change_context(errors::ApiErrorResponse::InternalServerError)

0 commit comments

Comments
 (0)