FacturAPI/facturapi-php

Filtrado por tax_id no esta funcionando

Opened this issue · 0 comments

$this->facturapi = new Facturapi('facturapi_user_key');

$params = ['q' => $rfc];

$organizations = $this->facturapi->Organizations->all($params);
stdClass Object
(
    [page] => 1
    [total_pages] => 1
    [total_results] => 0
    [data] => Array
        (
        )

)