diff --git a/Changelog b/Changelog index 2e14374c6..80a530930 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-02-23 DariusIII + * Chg: Update test_amazon_api script * Fix: Fix reset_postprocessing.php message line endings on error/info * Chg: Make mysql default search driver for laravel scout * Chg: Use laravel scout to search fulltext indexes diff --git a/misc/testing/Tests/test_amazon_API.php b/misc/testing/Tests/test_amazon_API.php index d4aba7782..17454f1a8 100644 --- a/misc/testing/Tests/test_amazon_API.php +++ b/misc/testing/Tests/test_amazon_API.php @@ -33,4 +33,4 @@ $apaiIo = new ApaiIO($conf); $response = $apaiIo->runOperation($search); -var_dump($response); +dd($response);