We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Estou tendo problemas ao tentar filtrar meus recebiveis por periodo, segue exemplo:
/** * Método Retornando recebíveis. */ public function returnPayables($recipientId,$date = '') { return $this->pagarme->payables()->getList([ 'recipient_id' => $recipientId, 'count' => 1000, 'payment_date' => '>=1671926400000', 'payment_date' => '<=1672099200000', ]); }
Estou passando essas duas datas a primeira se refere ao dia 25/12/2022 e a segunda é 27/12/2022 mas ela me retorna só os recebiveis antes do dia 25.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Estou tendo problemas ao tentar filtrar meus recebiveis por periodo, segue exemplo:
Estou passando essas duas datas a primeira se refere ao dia 25/12/2022 e a segunda é 27/12/2022
mas ela me retorna só os recebiveis antes do dia 25.
The text was updated successfully, but these errors were encountered: