lib/active_merchant/billing/gateways/first_pay.rb in activemerchant-1.68.0 vs lib/active_merchant/billing/gateways/first_pay.rb in activemerchant-1.69.0

- old
+ new

@@ -65,9 +65,10 @@ end def add_customer_data(post, options) post[:owner_email] = options[:email] if options[:email] post[:remote_ip_address] = options[:ip] if options[:ip] + post[:processor_id] = options[:processor_id] if options[:processor_id] end def add_address(post, creditcard, options) address = options[:billing_address] || options[:address] post[:owner_name] = address[:name]