See inner values of incomplete_pm

This commit is contained in:
PCoder 2020-12-31 17:05:01 +05:30
parent 7309b8416c
commit 33f741424d

View file

@ -230,7 +230,7 @@ def handle_webhook(request):
payment_intent_obj.id) payment_intent_obj.id)
incomplete_pm = IncompletePaymentIntents.objects.get( incomplete_pm = IncompletePaymentIntents.objects.get(
payment_intent_id=payment_intent_obj.id) 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 = "" request = ""
soc = "" soc = ""
card_details_response = "" card_details_response = ""