Skip to content

Commit c1ba62a

Browse files
authored
Fixed error order view on Frontend Issue #5
Fixed error order view on Frontend Issue #5
1 parent 09d0eeb commit c1ba62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataService/MagentoProductWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(Product $product)
3535
*/
3636
public function getSku(): string
3737
{
38-
return $this->product->getData('sku');
38+
return (string)$this->product->getData('sku');
3939
}
4040

4141

0 commit comments

Comments
 (0)