Log client secret

This commit is contained in:
PCoder 2020-12-24 20:07:31 +05:30
parent e9c596de66
commit 35cc9d4229
1 changed files with 2 additions and 2 deletions

View File

@ -296,8 +296,8 @@ class PaymentOrderView(FormView):
logger.error("Could not create payment_intent %s" %
str(payment_intent_response))
else:
logger.debug("payment_intent_obj = %s" %
str(payment_intent))
logger.debug("payment_intent.client_secret = %s" %
str(payment_intent.client_secret))
context.update({'generic_payment_form': ProductPaymentForm(
prefix='generic_payment_form',
initial={