Skip to content

Commit

Permalink
Merge pull request #37 from njoguamos/rename-default-country-code
Browse files Browse the repository at this point in the history
Rename default country code
  • Loading branch information
njoguamos authored Feb 15, 2023
2 parents a9088e9 + dcd7482 commit dd24a8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion config/jenga.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
|
*/

'country' => env(key: 'JENGA_COUNTRY_CODE', default: 'KE'),
'country' => env(key: 'JENGA_DEFAULT_COUNTRY', default: 'KE'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit dd24a8b

Please sign in to comment.