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_*`