Skip to content

Commit ba1e46d

Browse files
chore: run formatter
1 parent b4655a1 commit ba1e46d

File tree

1 file changed

+3
-1
lines changed
  • crates/hyperswitch_connectors/src/connectors/authorizedotnet

1 file changed

+3
-1
lines changed

crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,9 @@ fn get_avs_response_description(code: &str) -> Option<&'static str> {
12241224
match code {
12251225
"A" => Some("The street address matched, but the postal code did not."),
12261226
"B" => Some("No address information was provided."),
1227-
"E" => Some("AVS data provided is invalid or AVS is not allowed for the card type that was used."),
1227+
"E" => Some(
1228+
"AVS data provided is invalid or AVS is not allowed for the card type that was used.",
1229+
),
12281230
"G" => Some("The card was issued by a bank outside the U.S. and does not support AVS."),
12291231
"N" => Some("Neither the street address nor postal code matched."),
12301232
"P" => Some("AVS is not applicable for this transaction."),

0 commit comments

Comments
 (0)