Skip to content

Commit 9cbe93a

Browse files
committed
Change getCount() to count()
1 parent ef24419 commit 9cbe93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ShopifyAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public function get($urlParams = array(), $url = null)
333333
*
334334
* @return integer
335335
*/
336-
public function getCount($urlParams = array(), $url = null)
336+
public function count($urlParams = array(), $url = null)
337337
{
338338

339339
if (!$url) $url = $this->generateUrl($urlParams, 'count');

0 commit comments

Comments
 (0)