We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
voucherlist
1 parent 6996697 commit e203f40Copy full SHA for e203f40
src/Clients/VoucherList.php
@@ -70,7 +70,7 @@ public function setToEverything(): self
70
71
protected function buildQueryParams(array $params): string
72
{
73
- $dateFormat = DateTimeInterface::ATOM;
+ $dateFormat = 'Y-m-d';
74
75
$params['voucherType'] = implode(',', $this->types);
76
$params['voucherStatus'] = implode(',', $this->statuses);
0 commit comments