# File lib/active_merchant/billing/integrations/payflow_link/helper.rb, line 38
          def customer(params = {})
            add_field(mappings[:customer][:name], [params.delete(:first_name), params.delete(:last_name)].compact.join(' '))
          end