Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
rules.phtml
Go to the documentation of this file.
1 <?php
11 ?>
12 <script>
13  require([
14  "Magento_Paypal/js/solutions",
15  "domReady!"
16  ], function (Solutions) {
17  var solutions = new Solutions({config: {solutions: <?= /* @noEscape */ $block->getJson() ?>}});
18  });
19 </script>
$block
Definition: block.php:8