Fix wrong variable name billing_address
This commit is contained in:
parent
f6f6482ce0
commit
9d765fcb6e
1 changed files with 1 additions and 1 deletions
|
@ -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("*******")
|
||||
|
|
Loading…
Reference in a new issue