From 672e2c86381b6393c7c43f836d24ccc5372ddb74 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 7 Oct 2025 22:28:27 +0100 Subject: [PATCH] web: funding: fix currency mismatches --- cookbooks/web/files/default/static/funding.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/web/files/default/static/funding.json b/cookbooks/web/files/default/static/funding.json index 1f098eda6..a9519edb6 100644 --- a/cookbooks/web/files/default/static/funding.json +++ b/cookbooks/web/files/default/static/funding.json @@ -93,7 +93,7 @@ "status": "active", "name": "One-time GBP donation", "amount": 0, - "currency": "USD", + "currency": "GBP", "frequency": "one-time", "channels": [ "funding-website", @@ -106,7 +106,7 @@ "status": "active", "name": "One-time EUR donation", "amount": 0, - "currency": "USD", + "currency": "EUR", "frequency": "one-time", "channels": [ "funding-website", -- 2.39.5