lib/active_merchant/billing/gateways/blue_pay.rb in activemerchant-1.33.0 vs lib/active_merchant/billing/gateways/blue_pay.rb in activemerchant-1.34.0

- old
+ new

@@ -420,11 +420,9 @@ post[:DUPLICATE_OVERRIDE] = options[:duplicate_override] end def add_address(post, options) if address = (options[:shipping_address] || options[:billing_address] || options[:address]) - post[:NAME1] = address[:first_name] - post[:NAME2] = address[:last_name] post[:ADDR1] = address[:address1] post[:ADDR2] = address[:address2] post[:COMPANY_NAME] = address[:company] post[:PHONE] = address[:phone] post[:CITY] = address[:city]