Skip to content

Commit

Permalink
fix datetime format for voucherlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Nov 25, 2023
1 parent 1d00668 commit 4946d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clients/VoucherList.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function setToEverything(): self
*/
public function generateUrl(int $page): string
{
$dateFormat = DateTimeInterface::ISO8601;
$dateFormat = DateTimeInterface::ATOM;

return parent::generateUrl($page) .
'&sort=' . $this->sortColumn . ',' . $this->sortDirection .
Expand Down

0 comments on commit 4946d1c

Please sign in to comment.