From 018d7c2352d447d3e779a0ff03b0939a45e50a26 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 30 Sep 2024 10:33:18 +0300 Subject: [PATCH] Update GoCardless key --- lib/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.dart b/lib/constants.dart index 704f547eb2..302456b7e5 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -536,7 +536,7 @@ const kNotificationEvents = [ const String kGatewayStripe = 'd14dd26a37cecc30fdd65700bfb55b23'; const String kGatewayStripeConnect = 'd14dd26a47cecc30fdd65700bfb67b34'; -const String kGatewayGoCardlessOAuth = '...'; +const String kGatewayGoCardlessOAuth = 'b9886f9257f0c6ee7c302f1c74475f6c'; const String kGatewayAuthorizeNet = '3b6621f970ab18887c4f6dca78d3f8bb'; const String kGatewayCheckoutCom = '3758e7f7c6f4cecf0f4f348b9a00f456'; const String kGatewayPayPalREST = '80af24a6a691230bbec33e930ab40665';