We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabf17b commit dcfc0a5Copy full SHA for dcfc0a5
1 file changed
src/Details.php
@@ -56,7 +56,7 @@ public function toArray(): array
56
57
if (is_string($this->getReceipts())) {
58
$array += [
59
- 'receipts' => $this->getReceipts()
+ 'receipts' => json_decode($this->getReceipts())
60
];
61
} else {
62
$array += ['receipts' => []];
0 commit comments