Fix wrong variable name billing_address

This commit is contained in:
PCoder 2020-12-23 13:10:29 +05:30
parent f6f6482ce0
commit 9d765fcb6e
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ def handle_webhook(request):
if incomplete_sub.template:
template = json.loads(
incomplete_sub.template)
if incomplete_sub.billing_address:
if incomplete_sub.billing_address_data:
billing_address_data = json.loads(
incomplete_sub.billing_address_data)
logger.debug("*******")