Skip to content

Commit 153d273

Browse files
author
craghurampec
committed
update offer storefront to handle nulls
1 parent 96bf6c4 commit 153d273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DTOs/Amazon/AmazonResultOffer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class AmazonResultOffer extends Data
88
{
99
public function __construct(
10-
public readonly string $storefront,
10+
public readonly ?string $storefront,
1111
public readonly null|string|int $merchant_id,
1212
public readonly ?string $store_front_url,
1313
public readonly ?string $condition,

0 commit comments

Comments
 (0)