Skip to content

Commit

Permalink
fix: remove redundant call to populate_payment_data function
Browse files Browse the repository at this point in the history
  • Loading branch information
hrithikesh026 committed Dec 4, 2023
1 parent daf0f09 commit 7387f10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/router/src/core/payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -953,10 +953,6 @@ where
payment_data,
)
.await?;
operation
.to_domain()?
.populate_payment_data(state, payment_data, merchant_account)
.await?;

let mut router_data = payment_data
.construct_router_data(
Expand Down

0 comments on commit 7387f10

Please sign in to comment.