lib/active_merchant/billing/gateways/card_stream.rb in activemerchant-1.101.0 vs lib/active_merchant/billing/gateways/card_stream.rb in activemerchant-1.102.0

- old
+ new

@@ -339,10 +339,10 @@ 'P' elsif street_match == 'Y' 'A' else 'I' - end + end AVSResult.new({ :code => code, :postal_match => postal_match, :street_match => street_match