Yandex_update

feature/fix_accout_not_found
Andrey 8 years ago
parent f122227418
commit 4bef5341e0
  1. 4
      finance/views.py

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

Loading…
Cancel
Save