Skip to content

Commit

Permalink
removed unnessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
swangi-kumari committed Oct 16, 2023
1 parent 734b633 commit 40eec3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/router/src/connector/volt/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ impl TryFrom<&VoltRouterData<&types::PaymentsAuthorizeRouterData>> for VoltPayme
api_models::payments::BankRedirectData::OpenBankingUk { .. } => {
let amount = item.amount;
let currency_code = item.router_data.request.currency.to_string();
// let currency_code = "abc".to_string();
let merchant_internal_reference =
item.router_data.connector_request_reference_id.clone();
let payment_success_url = item.router_data.request.router_return_url.clone();
Expand Down

0 comments on commit 40eec3b

Please sign in to comment.