# File lib/active_merchant/billing/integrations/gestpay/helper.rb, line 54
          def get_encrypted_string
            response = ssl_get(Gestpay.service_url, encryption_query_string)
            parse_response(response)
          end