| Current Path : /home/rtorresani/www/vendor/paypal/module-braintree-core/view/frontend/templates/credit/ |
| Current File : //home/rtorresani/www/vendor/paypal/module-braintree-core/view/frontend/templates/credit/cart.phtml |
<?php
/** @var $block \PayPal\Braintree\Block\Credit\Calculator\Listing\Product */
$scopeId = 'ppcreditsummary-cart';
?>
<div data-bind="scope: '<?= $block->escapeHtmlAttr($scopeId) ?>'"><!-- ko template: getTemplate() --><!-- /ko --></div>
<script type="text/x-magento-init">
{
"*": {
"Magento_Ui/js/core/app":{
"components": {
"<?= $block->escapeHtml($scopeId) ?>": {
"component": "PayPal_Braintree/js/paypal/credit/calculator",
"template": "PayPal_Braintree/credit/calculator",
"displaySummary": false,
"displayInterestDetails": true,
"endpoint": "<?= $block->escapeUrl($block->getUrl('braintree/paypal/cart')) ?>",
"merchantName": "<?= $block->escapeJs($block->getMerchantName()) ?>",
"instalments": []
}
}
}
}
}
</script>