Skip to content

Commit 2d34004

Browse files
MTA-3901: Add variation for Partial Refund an order placed through Braintree with Partial capture
1 parent 0b86f93 commit 2d34004

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Swatches/Test/Block/Product/ProductList

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Swatches/Test/Block/Product/ProductList/ProductItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function fillData(\Magento\ConfigurableProduct\Test\Fixture\ConfigurableP
3737

3838
foreach ($options as $option) {
3939
if (!isset($attributes[$option['title']])
40-
|| stripos ($attributes[$option['title']]->getFrontendInput(), "swatch") === false
40+
|| stripos($attributes[$option['title']]->getFrontendInput(), "swatch") === false
4141
) {
4242
continue;
4343
}

0 commit comments

Comments
 (0)