chore: fix unexpected keyword in shopify_settings

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2019-10-29 13:20:17 +05:30
parent 3270ba6d8c
commit 4f7885f1aa
No known key found for this signature in database
GPG Key ID: 75507BE256F40CED

View File

@ -43,7 +43,7 @@ class ShopifySettings(Document):
d.raise_for_status()
self.update_webhook_table(method, d.json())
except Exception as e:
make_shopify_log(status="Warning", message=e, exception=False)
make_shopify_log(status="Warning", exception=e, rollback=True)
def unregister_webhooks(self):
session = get_request_session()