[Minor] Patch fix (#15041)

* update modified date

* remove extra parameter from function call
This commit is contained in:
Zarrar
2018-07-30 10:57:47 +05:30
committed by Nabin Hait
parent 6004b66797
commit 89c87fd6a6
10 changed files with 10 additions and 11 deletions

View File

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