mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
[Minor] Patch fix (#15041)
* update modified date * remove extra parameter from function call
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user