Yandex_update

remotes/origin/dev2
Andrey 8 years ago
parent 6bb57c371d
commit 25b98cdc2c
  1. 2
      finance/views.py

@ -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):

Loading…
Cancel
Save