Skip to content

Commit

Permalink
♻️ (gocardless) rename nordigen_* secrets to gocardless_*
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Jan 6, 2024
1 parent 83d2472 commit 9753fc2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ 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,
}),
]);
Expand Down

0 comments on commit 9753fc2

Please sign in to comment.