# File lib/active_merchant/billing/integrations/gestpay/helper.rb, line 33
          def customer(params = {})
            add_field(mappings[:customer][:email], params[:email])
            add_field('PAY1_CHNAME', "#{params[:first_name]} #{params[:last_name]}")
          end