lib/active_merchant/billing/gateways/wirecard.rb in activemerchant-1.45.0 vs lib/active_merchant/billing/gateways/wirecard.rb in activemerchant-1.46.0
- old
+ new
@@ -393,10 +393,9 @@
"F" => "D", # All Data Matched
"N" => "I", # CSC Match
"U" => "U", # Data Not Checked
"Y" => "D", # All Data Matched
"Z" => "P", # CSC and Postcode Matched
- "F" => "D" # Street address and zip code match
}
# Amex have different AVS response codes to visa etc
def avs_code(response, options)
if response.has_key?(:AVS_ProviderResultCode)