json_object
This commit is contained in:
@@ -244,7 +244,8 @@ class SubscriptionService(BaseService):
|
|||||||
def subscription_webhook_start(data):
|
def subscription_webhook_start(data):
|
||||||
try:
|
try:
|
||||||
with db.session.begin():
|
with db.session.begin():
|
||||||
for key, value in data.items():
|
json_object = json.loads(data)
|
||||||
|
for key, value in json_object.items():
|
||||||
logger.info(f"^^^^^^^^^^ Key: {key}, Value: {value}")
|
logger.info(f"^^^^^^^^^^ Key: {key}, Value: {value}")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user