See inner values of incomplete_pm

This commit is contained in:
PCoder 2020-12-31 17:05:01 +05:30
parent 7309b8416c
commit 33f741424d
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ def handle_webhook(request):
payment_intent_obj.id)
incomplete_pm = IncompletePaymentIntents.objects.get(
payment_intent_id=payment_intent_obj.id)
logger.debug("incomplete_pm = %s" % str(incomplete_pm))
logger.debug("incomplete_pm = %s" % str(incomplete_pm.__dict__))
request = ""
soc = ""
card_details_response = ""