Skip to content

Commit

Permalink
Responce for is_fc_site
Browse files Browse the repository at this point in the history
ToDo: get value from site-config.json
  • Loading branch information
metalmon committed Nov 21, 2024
1 parent d0c7835 commit 6b00629
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frappe/integrations/frappe_providers/frappecloud_billing.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ def api(method, data=None):
return request.json().get("message")
else:
frappe.throw(_("Failed while calling API {0}", method))

@frappe.whitelist()
def is_fc_site()
return False

0 comments on commit 6b00629

Please sign in to comment.