See inner values of incomplete_pm
This commit is contained in:
parent
7309b8416c
commit
33f741424d
1 changed files with 1 additions and 1 deletions
|
@ -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 = ""
|
||||||
|
|
Loading…
Reference in a new issue