We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4594b7e commit 900873bCopy full SHA for 900873b
examples/configuration.php
@@ -9,4 +9,4 @@
9
define('SDK_ROOTPATH', __DIR__);
10
require_once SDK_ROOTPATH . '/../vendor/autoload.php';
11
\Cloudipsp\Configuration::setMerchantId(1396424);
12
-// \Cloudipsp\Configuration::setSecretKey('test');
+\Cloudipsp\Configuration::setSecretKey('test');
0 commit comments