Add logger messages
This commit is contained in:
parent
04003757dc
commit
9b84461a29
2 changed files with 3 additions and 0 deletions
|
|
@ -139,6 +139,8 @@ def handle_webhook(request):
|
|||
invoice_obj.billing_reason == subscription_update""")
|
||||
logger.debug("Start provisioning")
|
||||
try:
|
||||
logger.debug("Looking for subscription %s" %
|
||||
invoice_obj.subscription)
|
||||
stripe_subscription_obj = stripe.Subscription.retrieve(
|
||||
invoice_obj.subscription)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue