Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

Commit ae3c408

Browse files
committed
call new method name
1 parent c89d9f3 commit ae3c408

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Lists.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public function getLists() {
5858

5959
/**
6060
* Get information about a list
61+
*
6162
* @deprecated 2.2.6
6263
* @see getListById
6364
*
@@ -68,8 +69,7 @@ public function getLists() {
6869
*/
6970
public function getListDetails( $listId )
7071
{
71-
$path = sprintf( '%s/%s', self::ENDPOINT_LIST, $listId );
72-
return $this->v2Request( $path );
72+
return $this->getListById($listId);
7373
}
7474

7575
/**

0 commit comments

Comments
 (0)