Weble / ZohoBooksApi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Claimants unimplemented?

xrobau opened this issue · comments

<?php

namespace Webleit\ZohoBooksApi\Modules;

/**
 * Class Claimants
 * @package Webleit\ZohoBooksApi\Modules
 */
class Claimants extends Module
{

}

It returns null on a getList():


  at /root/billing/src/scrooge/test.php:34
    30|         if ($s == "bankrules" || $s == "basecurrencyadjustment" ) {
    31|                 continue;
    32|         }
    33|         print "Trying $s\n";
  > 34|         print json_encode($provider->zoho->$s->getList()->toArray());
    35| }
    36|

What's "Claimants"? Where are those in zoho books and apis?

No idea. I was iterating over every file in Modules and seeing which ones crapped out when asking it for data. Looks like this somehow snuck into the package and shouldn't exist, either!

Feel free to PR a delete.
Probably some remains from the v2 => v3 api update