Skip to content

Commit c599090

Browse files
committed
update README.md
1 parent a327883 commit c599090

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ After that, setup the API config with your parameters like this :
3030
* you can just set the env mode via \PayTech\Enums\Env::TEST or \PayTech\Enums\Env::PROD
3131
* Like the following example
3232
* !!! By default env is PROD !!!
33+
* You can also directly set test or prod as a string if you want
34+
* Like \PayTech\Config::setEnv('test') or \PayTech\Config::setEnv('prod')
3335
*/
3436

3537
\PayTech\Config::setEnv(\PayTech\Enums\Env::PROD);

0 commit comments

Comments
 (0)