Skip to content

Commit

Permalink
refactor: change commerce indicator for applepay
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakilmostak committed Nov 27, 2024
1 parent 43d8791 commit 14ae0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/cybersource/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ impl
PaymentSolution::ApplePay | PaymentSolution::SamsungPay => network
.as_ref()
.map(|card_network| match card_network.to_lowercase().as_str() {
"amex" => "aesk",
"amex" => "internet",
"discover" => "dipb",
"mastercard" => "spa",
"visa" => "internet",
Expand Down

0 comments on commit 14ae0c1

Please sign in to comment.