@ -251,7 +251,7 @@ class YandexCheckView(APIView):
})
logger_yandex.info(xml_res)
return Response(xml_res, content_type='application/xml')
return HttpResponse(xml_res, content_type='application/xml')
class YandexAvisoView(APIView):