Skip to content

Commit

Permalink
fix: Remove extra service in Sell.php
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6368656174 committed Jun 30, 2021
1 parent 38d9c94 commit 3b3a4cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Sell.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ public function toArray(): array
$result = [
'external_id' => $this->externalId,
'receipt' => $this->receipt->toArray(),
'service' => $this->service->toArray(),
'timestamp' => $this->timestamp->format('d.m.Y H:i:s'),
];

Expand Down

0 comments on commit 3b3a4cf

Please sign in to comment.