Skip to content

Commit dcfc0a5

Browse files
author
Andrey Chugunov
committed
src/Details.php
1 parent eabf17b commit dcfc0a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Details.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function toArray(): array
5656

5757
if (is_string($this->getReceipts())) {
5858
$array += [
59-
'receipts' => $this->getReceipts()
59+
'receipts' => json_decode($this->getReceipts())
6060
];
6161
} else {
6262
$array += ['receipts' => []];

0 commit comments

Comments
 (0)