From f497981e7290a69b3d5340fc9a572490b2ffaa6e Mon Sep 17 00:00:00 2001 From: brabo-hi Date: Thu, 12 May 2022 09:59:43 -0700 Subject: [PATCH] Update configuration keyPassword to keyPass --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3afac96..9e68f90 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ To set your API credentials for an API request, configure the following informat authenticationType = jwt merchantID = your_merchant_id keyAlias = your_merchant_id - keyPassword = your_merchant_id + keyPass = your_merchant_id keyFileName = your_merchant_id keysDirectory = resources useMetaKey = false @@ -92,7 +92,7 @@ To set your API credentials for an API request, configure the following informat authenticationType = jwt merchantID = your_child_merchant_id keyAlias = your_child_merchant_id - keyPassword = your_portfolio_id + keyPass = your_portfolio_id keyFileName = your_portfolio_id portfolioId = your_portfolio_id keysDirectory = resources