You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In class XeroPHP\Models\Accounting\RepeatingInvoice\LineItem.php when I want to get hold of the LineItemID it always returns blank - just adding the following function resolves it - is this missing or am getting this value the wrong way?
public function getLineItemID()
{
return $this->_data['LineItemID'];
}
The text was updated successfully, but these errors were encountered:
In class XeroPHP\Models\Accounting\RepeatingInvoice\LineItem.php when I want to get hold of the LineItemID it always returns blank - just adding the following function resolves it - is this missing or am getting this value the wrong way?
The text was updated successfully, but these errors were encountered: