Skip to content

Commit 41e4ea7

Browse files
committed
Fix Adding to cart action
1 parent 5da11be commit 41e4ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Request/Cart/CartItem/ConfigurableItemOption.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ class ConfigurableItemOption
1717
/** @var string */
1818
public $option_id;
1919

20-
/** @var int */
20+
/** @var int|string */
2121
public $option_value;
2222
}

0 commit comments

Comments
 (0)