Skip to content

Commit 9df8275

Browse files
committed
MC-42208: Pay Later message doesn't display on Bundle Product page
-fix CR comments
1 parent faeea69 commit 9df8275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/Model/PayLaterConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct(
4848
ConfigFactory $configFactory
4949
) {
5050
$this->scopeConfig = $scopeConfig;
51-
$this->config = $configFactory->create();;
51+
$this->config = $configFactory->create();
5252
}
5353

5454
/**

0 commit comments

Comments
 (0)