Skip to content

Commit 9361f63

Browse files
author
Alexander Makeev
committed
MAGETWO-51768: Checkout agreement is not a link on PayPal Order Review page
- added noEscape
1 parent 1b3d044 commit 9361f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CheckoutAgreements/view/frontend/templates/additional_agreements.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $agreementJson = json_encode($agreementMappedArray);
4040
"components": {
4141
"checkout-agreements-component-scope": {
4242
"component": "Magento_CheckoutAgreements/js/view/checkout-agreements",
43-
"agreements": <?php echo $agreementJson; ?>,
43+
"agreements": <?php /* @noEscape */ echo $agreementJson; ?>,
4444
"isVisible": true
4545
}
4646
}

0 commit comments

Comments
 (0)