From 4ece4a7ff6df6781c375f2b73fc5c146ab16b32e Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Tue, 9 Jan 2024 19:21:16 +0000 Subject: [PATCH] :recycle: (gocardless) rename nordigen_* secrets to gocardless_* (#2181) --- .../src/components/modals/GoCardlessInitialise.tsx | 4 ++-- upcoming-release-notes/2181.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 upcoming-release-notes/2181.md diff --git a/packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx b/packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx index 78a19b5fc61..2a8555522b3 100644 --- a/packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx +++ b/packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx @@ -36,11 +36,11 @@ export const GoCardlessInitialise = ({ await Promise.all([ send('secret-set', { - name: 'nordigen_secretId', + name: 'gocardless_secretId', value: secretId, }), send('secret-set', { - name: 'nordigen_secretKey', + name: 'gocardless_secretKey', value: secretKey, }), ]); diff --git a/upcoming-release-notes/2181.md b/upcoming-release-notes/2181.md new file mode 100644 index 00000000000..7d835a7ae4c --- /dev/null +++ b/upcoming-release-notes/2181.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [MatissJanis] +--- + +migration: rename `nordigen_*` secrets to `gocardless_*`