Skip to content

Commit

Permalink
Fixed "live" config not readable
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkiq committed Jan 4, 2024
1 parent 6eac0c0 commit 719a83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/zaincash.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
| Enviroment for using Zain cash API.
| false for test enviroment | true for live after you getting all cred. from zain cash
*/
'live' => 'false',
'live' => false,

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

0 comments on commit 719a83c

Please sign in to comment.