lib/active_merchant/billing/cvv_result.rb in activemerchant-1.103.0 vs lib/active_merchant/billing/cvv_result.rb in activemerchant-1.104.0

- old
+ new

@@ -2,10 +2,9 @@ module Billing # Result of the Card Verification Value check # http://www.bbbonline.org/eExport/doc/MerchantGuide_cvv2.pdf # Check additional codes from cybersource website class CVVResult - MESSAGES = { 'D' => 'CVV check flagged transaction as suspicious', 'I' => 'CVV failed data validation check', 'M' => 'CVV matches', 'N' => 'CVV does not match',