Merge branch 'yandex_pay_fix' into 'dev'

Yandex_update

See merge request !184
feature/fix_accout_not_found
Andrey 8 years ago
commit 59c8484362
  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