json_object
This commit is contained in:
@@ -244,7 +244,8 @@ class SubscriptionService(BaseService):
|
||||
def subscription_webhook_start(data):
|
||||
try:
|
||||
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}")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user