File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
app/code/Magento/Paypal/view/frontend Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 14
14
<argument name =" position" xsi : type =" number" >0</argument >
15
15
</arguments >
16
16
</block >
17
- <block class =" Magento\Paypal\Block\Bml\Paylater" name =" bml.right.logo1 "
17
+ <block class =" Magento\Paypal\Block\Bml\Paylater" name =" paylater.center.logo "
18
18
template =" Magento_Paypal::paylater.phtml" >
19
19
<arguments >
20
20
<argument name =" jsLayout" xsi : type =" array" >
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+
7
+ /** @var $block \Magento\Paypal\Block\Bml\Paylater */
8
+ ?>
9
+ <div id="pay-later" data-bind="scope: 'payLater'">
10
+ <!-- ko template: getTemplate() --><!-- /ko -->
11
+ <script type="text/x-magento-init">
12
+ {
13
+ "#pay-later": {
14
+ "Magento_Ui/js/core/app": <?= /* @noEscape */
15
+ $ block ->getJsLayout () ?>
16
+ }
17
+ }
18
+
19
+ </script>
20
+ </div>
21
+
22
+
23
+
24
+
You can’t perform that action at this time.
0 commit comments