fix: removed saas_billing_base_url used for testing
This commit is contained in:
parent
cd8320b24c
commit
afa817d40c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from frappe import _
|
|||
|
||||
|
||||
def get_base_url():
|
||||
url = frappe.conf.get("saas_billing_base_url") or "https://frappecloud.com"
|
||||
url = "https://frappecloud.com"
|
||||
if frappe.conf.developer_mode and frappe.conf.get("saas_billing_base_url"):
|
||||
url = frappe.conf.get("saas_billing_base_url")
|
||||
return url
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue