Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
bml.phtml
Go to the documentation of this file.
1 <?php
6 ?>
7 <?php
11 ?>
12 <div class="paypal-logo">
13  <script data-pp-pubid="<?= $block->escapeHtml($block->getPublisherId()) ?>"
14  data-pp-placementtype="<?= $block->escapeHtml($block->getSize()) ?>"
15  > (function (d, t) {
16  "use strict";
17  var s = d.getElementsByTagName(t)[0], n = d.createElement(t);
18  n.src = "//paypal.adtag.where.com/merchant.js";
19  s.parentNode.insertBefore(n, s);
20  }(document, "script"));
21  </script>
22 </div>