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 eec78e4 commit 3058c71Copy full SHA for 3058c71
examples/initialize_with_array.php
@@ -27,7 +27,7 @@
27
)
28
);
29
30
-$ecommerce = new \Sipay\Ecommerce(realpath(__DIR__."/../etc/config.ini"));
+$ecommerce = new \Sipay\Ecommerce($config);
31
print($ecommerce->getKey()."\n");
32
print($ecommerce->getSecret()."\n");
33
print($ecommerce->getresource()."\n");
0 commit comments