Skip to content

Commit e203f40

Browse files
authored
fix: date formats voucherlist endpoint (#166)
1 parent 6996697 commit e203f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Clients/VoucherList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function setToEverything(): self
7070

7171
protected function buildQueryParams(array $params): string
7272
{
73-
$dateFormat = DateTimeInterface::ATOM;
73+
$dateFormat = 'Y-m-d';
7474

7575
$params['voucherType'] = implode(',', $this->types);
7676
$params['voucherStatus'] = implode(',', $this->statuses);

0 commit comments

Comments
 (0)