chore: fix unexpected keyword in shopify_settings
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
parent
3270ba6d8c
commit
4f7885f1aa
@ -43,7 +43,7 @@ class ShopifySettings(Document):
|
|||||||
d.raise_for_status()
|
d.raise_for_status()
|
||||||
self.update_webhook_table(method, d.json())
|
self.update_webhook_table(method, d.json())
|
||||||
except Exception as e:
|
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):
|
def unregister_webhooks(self):
|
||||||
session = get_request_session()
|
session = get_request_session()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user