Skip to content

Commit 2087585

Browse files
committed
Merge branch 'master' of github.com:DannyBen/php-quandl
2 parents a0aad29 + a06f8eb commit 2087585

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Quandl.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ public function getSearch($query, $page=1, $per_page=300) {
9292
// getList returns the list of symbols for a given source.
9393
public function getList($source, $page=1, $per_page=300) {
9494
$params = [
95-
"query" => "*",
96-
"source_code" => $source,
97-
"per_page" => $per_page,
98-
"page" => $page,
95+
"query" => "*",
96+
"database_code" => $source,
97+
"per_page" => $per_page,
98+
"page" => $page,
9999
];
100100
$url = $this->getUrl("list", $this->getFormat(),
101101
$this->arrangeParams($params));

0 commit comments

Comments
 (0)