From e8d6b9124c3a9ab593d354bb20db783c48a5c8c1 Mon Sep 17 00:00:00 2001 From: Njogu Amos <29255728+njoguamos@users.noreply.github.com> Date: Wed, 15 Feb 2023 17:14:48 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 144647e..c62e3dc 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,15 @@ This package assumes that you have a JengaHQ account, and that you have `Api Ke Copy the respective keys and place them in the `.env` as show in the example below. ```dotenv -JENGA_MERCHANT_CODE= JENGA_LIVE_MODE=false +JENGA_MERCHANT_CODE= JENGA_API_KEY= JENGA_CONSUMER_SECRET= # Optional JENGA_DEFAULT_ACC= JENGA_DEFAULT_WALLET= +JENGA_COUNTRY_CODE= ``` > **Note** From dcd74829c5f26d895c347b250cea56a7ee82bec2 Mon Sep 17 00:00:00 2001 From: Njogu Amos <29255728+njoguamos@users.noreply.github.com> Date: Wed, 15 Feb 2023 17:14:50 +0300 Subject: [PATCH 2/2] Update jenga.php --- config/jenga.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jenga.php b/config/jenga.php index cf653b0..617db3b 100644 --- a/config/jenga.php +++ b/config/jenga.php @@ -75,7 +75,7 @@ | */ - 'country' => env(key: 'JENGA_COUNTRY_CODE', default: 'KE'), + 'country' => env(key: 'JENGA_DEFAULT_COUNTRY', default: 'KE'), /* |--------------------------------------------------------------------------