File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
crates/hyperswitch_connectors/src/connectors/authorizedotnet Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1224,7 +1224,9 @@ fn get_avs_response_description(code: &str) -> Option<&'static str> {
1224
1224
match code {
1225
1225
"A" => Some ( "The street address matched, but the postal code did not." ) ,
1226
1226
"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
+ ) ,
1228
1230
"G" => Some ( "The card was issued by a bank outside the U.S. and does not support AVS." ) ,
1229
1231
"N" => Some ( "Neither the street address nor postal code matched." ) ,
1230
1232
"P" => Some ( "AVS is not applicable for this transaction." ) ,
You can’t perform that action at this time.
0 commit comments