Skip to content
Snippets Groups Projects
Commit 3ccd0651 authored by Dmytro Kvashnin's avatar Dmytro Kvashnin
Browse files

MAGETWO-39777: [IE] PayPal Express Checkout is always displayed as disabled

- removed an oops
parent cc40ba8a
No related merge requests found
...@@ -46,10 +46,9 @@ class PayflowConfigTest extends \PHPUnit_Framework_TestCase ...@@ -46,10 +46,9 @@ class PayflowConfigTest extends \PHPUnit_Framework_TestCase
$this->config = $om->getObject( $this->config = $om->getObject(
'Magento\Paypal\Model\PayflowConfig', 'Magento\Paypal\Model\PayflowConfig',
[ [
'scopeConfig' => $this->scopeConfigMock, 'scopeConfig' => $this->scopeConfigMock
] ]
); );
// $this->config = new PayflowConfig($this->scopeConfigMock);
} }
/** /**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment