Skip to content

Commit 3ccd065

Browse files
committed
MAGETWO-39777: [IE] PayPal Express Checkout is always displayed as disabled
- removed an oops
1 parent cc40ba8 commit 3ccd065

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Paypal/Test/Unit/Model/PayflowConfigTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ protected function setUp()
4646
$this->config = $om->getObject(
4747
'Magento\Paypal\Model\PayflowConfig',
4848
[
49-
'scopeConfig' => $this->scopeConfigMock,
49+
'scopeConfig' => $this->scopeConfigMock
5050
]
5151
);
52-
// $this->config = new PayflowConfig($this->scopeConfigMock);
5352
}
5453

5554
/**

0 commit comments

Comments
 (0)