Skip to content

Commit e3ff240

Browse files
committed
MC-36383: [B2B] A Product with Customizable Option (File) can not be added from a Requisition List to the Shopping Cart
1 parent 93a73dc commit e3ff240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Checkout/_files/customer_quote_with_items_simple_product_options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
$iDate++;
6868
break;
6969
case ProductCustomOptionInterface::OPTION_GROUP_FILE:
70-
$value = 'test.jpg';
70+
$value = null;
7171
break;
7272
default:
7373
$value = 'test';

0 commit comments

Comments
 (0)