We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6f9e4 commit 452d3fcCopy full SHA for 452d3fc
app/code/Magento/Paypal/Block/PayLater/LayoutProcessor.php
@@ -9,6 +9,7 @@
9
namespace Magento\Paypal\Block\PayLater;
10
11
use Magento\Checkout\Block\Checkout\LayoutProcessorInterface;
12
+use Magento\Framework\App\ObjectManager;
13
use Magento\Paypal\Model\PayLaterConfig;
14
use Magento\Paypal\Model\SdkUrl;
15
use Magento\Paypal\Model\Config as PaypalConfig;
@@ -48,9 +49,9 @@ public function __construct(
48
49
SdkUrl $sdkUrl,
50
PaypalConfig $paypalConfig
51
) {
- $this->payLaterConfig = $payLaterConfig;
52
- $this->sdkUrl = $sdkUrl;
53
- $this->paypalConfig = $paypalConfig;
+ $this->payLaterConfig = $payLaterConfig;
+ $this->sdkUrl = $sdkUrl;
54
+ $this->paypalConfig = $paypalConfig;
55
}
56
57
/**
0 commit comments