Skip to content

Commit

Permalink
Fixed errors thrown by clippy after resoling merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumyoPurkayastha committed Oct 24, 2023
1 parent 13320e0 commit 3b82d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/iatapay/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ impl
| PaymentMethod::BankDebit
| PaymentMethod::Reward
| PaymentMethod::Voucher
| PaymentMethod::GiftCard => item.get_billing_country()?.to_string(),
| PaymentMethod::GiftCard => item.router_data.get_billing_country()?.to_string(),
};
let return_url = item.router_data.get_return_url()?;
let payer_info = match item.router_data.request.payment_method_data.clone() {
Expand Down

0 comments on commit 3b82d91

Please sign in to comment.