Closed chrissachs closed 9 years ago
I tried to run this code to connect to a local magento installation:
$magento = new \League\OAuth1\Client\Server\Magento(array( 'host' => 'http://127.0.0.1:8080/', 'identifier' => 'identifier', 'secret' => 'secret', 'callback_uri' => 'http://localhost', 'admin' => true, // optional, default false ));
Awesome! Thanks!
I tried to run this code to connect to a local magento installation: