From 6c8abe5a632c1ba0b67d51351a01191ec81d7023 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 20 Dec 2023 13:47:13 +0200 Subject: [PATCH] Force build --- lib/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.dart b/lib/constants.dart index d88a7c07c..a6d1026c3 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -20,7 +20,7 @@ const String kWhiteLabelUrl = 'https://app.invoiceninja.com/buy_now/?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/'; +const String kBankingURL = 'https://invoiceninja.com/banking'; const String kTransifexURL = 'https://www.transifex.com/invoice-ninja/invoice-ninja'; const String kWebhookSiteURL = 'https://requestcatcher.com';