Skip to content

Commit 3058c71

Browse files
fix initialize example
1 parent eec78e4 commit 3058c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/initialize_with_array.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
)
2828
);
2929

30-
$ecommerce = new \Sipay\Ecommerce(realpath(__DIR__."/../etc/config.ini"));
30+
$ecommerce = new \Sipay\Ecommerce($config);
3131
print($ecommerce->getKey()."\n");
3232
print($ecommerce->getSecret()."\n");
3333
print($ecommerce->getresource()."\n");

0 commit comments

Comments
 (0)