Skip to content

Commit 8c6f809

Browse files
author
Paul McNally
committed
get region prices
1 parent c19b55b commit 8c6f809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eCloud/RegionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function getEntityMap()
3535
* @param array $filters
3636
* @return array
3737
*/
38-
public function getPrices($id, $filters = [])
38+
public function getProducts($id, $filters = [])
3939
{
4040
$page = $this->paginatedRequest($this->collectionPath . '/' . $id . '/prices', 1, 15, $filters);
4141

0 commit comments

Comments
 (0)