From 915e2582de4ee74987dd56171414ae7d63bceb9c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 27 May 2024 12:58:31 +0300 Subject: [PATCH] Update white label payment link --- lib/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.dart b/lib/constants.dart index 5a8d9b421c..d9ed302c34 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -19,7 +19,7 @@ const String kAppLargeTestUrl = 'https://testv5.invoicing.co'; const String kFlutterDemoUrl = 'https://demo.invoiceninja.com'; const String kReactDemoUrl = 'https://react.invoicing.co/demo'; const String kWhiteLabelUrl = - 'https://app.invoiceninja.com/buy_now/?account_key=AsFmBAeLXF0IKf7tmi0eiyZfmWW9hxMT&product_id=3'; + 'https://invoiceninja.invoicing.co/client/subscriptions/O5xe7Rwd7r/purchase?account_key=AsFmBAeLXF0IKf7tmi0eiyZfmWW9hxMT&product_id=3'; const String kPrivacyPolicyURL = 'https://www.invoiceninja.com/privacy-policy'; const String kTermsOfServiceURL = 'https://www.invoiceninja.com/terms'; const String kBankingURL = 'https://invoiceninja.com/banking';