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 1b3d044 commit 9361f63Copy full SHA for 9361f63
app/code/Magento/CheckoutAgreements/view/frontend/templates/additional_agreements.phtml
@@ -40,7 +40,7 @@ $agreementJson = json_encode($agreementMappedArray);
40
"components": {
41
"checkout-agreements-component-scope": {
42
"component": "Magento_CheckoutAgreements/js/view/checkout-agreements",
43
- "agreements": <?php echo $agreementJson; ?>,
+ "agreements": <?php /* @noEscape */ echo $agreementJson; ?>,
44
"isVisible": true
45
}
46
0 commit comments