From 896ac3cf29b445b5eefee91c602fd3ca6e0b350d Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Thu, 21 Apr 2022 20:25:37 +0530 Subject: [PATCH] update url for family portal --- lib/services/billing_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/billing_service.dart b/lib/services/billing_service.dart index 7e5f24b9d..59cd9b0c5 100644 --- a/lib/services/billing_service.dart +++ b/lib/services/billing_service.dart @@ -15,7 +15,7 @@ const kWebPaymentBaseEndpoint = String.fromEnvironment("web-payment", defaultValue: "https://payments.ente.io"); const kFamilyPlanManagementUrl = String.fromEnvironment("web-family", - defaultValue: "https://family.ente.io"); + defaultValue: "https://families.ente.io"); class BillingService { BillingService._privateConstructor();