lib/active_merchant/billing/avs_result.rb in activemerchant-1.99.0 vs lib/active_merchant/billing/avs_result.rb in activemerchant-1.100.0

- old
+ new

@@ -86,11 +86,10 @@ def to_hash { 'code' => code, 'message' => message, 'street_match' => street_match, - 'postal_match' => postal_match - } + 'postal_match' => postal_match} end end end end