jwadhams / marketscan-mscan

MarketScan mScan API client in PHP
MIT License
1 stars 1 forks source link

Error in required file credentials.php #1

Open Smolevich opened 6 years ago

Smolevich commented 6 years ago

in https://github.com/jwadhams/marketscan-mscan/blob/master/demo/GetVehiclesByVIN.php#L10 required file credentials.php, but current file is not exists(but exists file credentials-sample.php). It would also be better to specify option http_errors in config for create Guzzle Client, because http status is not equal 200, guzlle throw exception.

Smolevich commented 6 years ago

Sorry, in readme third step descibe to copy credentials-sample.php to credentials-sample.php for setting config values.