Skip to content

Commit dc4f4f8

Browse files
committed
🐛 Spin URL: Fix typo.
1 parent a3b98d8 commit dc4f4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Builders/StockItemMediaInfoBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function toArray(): array
5151
return $this->filterPrepareOutput([
5252
'video' => ['href' => $this->videoUrl],
5353
'images' => $this->imageInfoBuilder->all(),
54-
'spin' => ['href' => $this->videoUrl],
54+
'spin' => ['href' => $this->spinUrl],
5555
]);
5656
}
5757
}

0 commit comments

Comments
 (0)