Skip to content

Commit 0246080

Browse files
kewitzgitbook-bot
authored andcommitted
GitBook: [v2] one page modified
1 parent 9ea3540 commit 0246080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/development/transferwise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TransferWise integration can be used to automate expense payment as a way to pro
1010

1111
## Strong Customer Authentication
1212

13-
In order to create a new `TRANSFERWISE_PRIVATE_TOKEN` you'll need to generate a new key pair:
13+
In order to create a new `TRANSFERWISE_PRIVATE_KEY` you'll need to generate a new key pair:
1414

1515
```text
1616
openssl genrsa -out private.pem 2048
@@ -20,7 +20,7 @@ openssl rsa -pubout -in private.pem -out public.pem
2020
After that, you can encode the private key using **base64** and save it as an environment variable:
2121

2222
```text
23-
TRANSFERWISE_PRIVATE_TOKEN=$(cat private.pem | base64 -w 0)
23+
TRANSFERWISE_PRIVATE_KEY=$(cat private.pem | base64 -w 0)
2424
```
2525

2626
## Developer Sandbox

0 commit comments

Comments
 (0)