lib/active_merchant/billing/gateways/barclaycard_smartpay.rb in activemerchant-1.78.0 vs lib/active_merchant/billing/gateways/barclaycard_smartpay.rb in activemerchant-1.79.0

- old
+ new

@@ -303,9 +303,10 @@ hash[:merchantAccount] = @options[:merchant] hash[:reference] = options[:order_id] if options[:order_id] hash[:shopperEmail] = options[:email] if options[:email] hash[:shopperIP] = options[:ip] if options[:ip] hash[:shopperReference] = options[:customer] if options[:customer] + hash[:shopperInteraction] = options[:shopper_interaction] if options[:shopper_interaction] hash.keep_if { |_, v| v } end def store_request(options) hash = {}