lib/active_merchant/billing/gateways/card_connect.rb in activemerchant-1.95.0 vs lib/active_merchant/billing/gateways/card_connect.rb in activemerchant-1.96.0

- old
+ new

@@ -231,9 +231,10 @@ post[:items] = options[:items].map do |item| updated = {} item.each_pair do |k, v| updated.merge!(k.to_s.gsub(/_/, '') => v) end + updated end end end def add_3DS(post, options)