We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a327883 commit c599090Copy full SHA for c599090
1 file changed
README.md
@@ -30,6 +30,8 @@ After that, setup the API config with your parameters like this :
30
* you can just set the env mode via \PayTech\Enums\Env::TEST or \PayTech\Enums\Env::PROD
31
* Like the following example
32
* !!! 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')
35
*/
36
37
\PayTech\Config::setEnv(\PayTech\Enums\Env::PROD);
0 commit comments