Add more logger
This commit is contained in:
parent
c0aeac4dc7
commit
c28bd9091a
1 changed files with 2 additions and 1 deletions
|
@ -1280,7 +1280,8 @@ def do_provisioning(request, user, stripe_api_cus_id, card_details_response,
|
||||||
'info@ungleich.ch for any question that you may have.')
|
'info@ungleich.ch for any question that you may have.')
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
logger.debug("after response")
|
||||||
|
logger.debug(str(response))
|
||||||
return JsonResponse(response)
|
return JsonResponse(response)
|
||||||
|
|
||||||
user = {
|
user = {
|
||||||
|
|
Loading…
Reference in a new issue