File tree 2 files changed +3
-19
lines changed
view/frontend/templates/checkout 2 files changed +3
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
/** @var $block Magento\Framework\View\Element\Template */
9
- /** @var $escaper Magento\Framework\Escaper */
10
9
?>
11
10
12
11
<div class="truelayer-checkout-pending" data-bind="scope:'truelayer-pending'">
13
12
<h2 data-bind="visible: isLoading">
14
- <?= $ escaper ->escapeHtml (__ ('Please wait, we are processing your payment ' ))?>
13
+ <?= $ block ->escapeHtml (__ ('Please wait, we are processing your payment ' ))?>
15
14
</h2>
16
15
17
16
<div class="truelayer-loading" data-bind="visible: isLoading">
23
22
24
23
<div class="message info" data-bind="visible: isError" style="display: none;">
25
24
<div>
26
- <?= $ escaper ->escapeHtml (__ ('Your payment is taking longer than usual to authorize. ' ))?>
27
- <?= $ escaper ->escapeHtml (__ ('Please wait for an order confirmation email. ' ))?>
25
+ <?= $ block ->escapeHtml (__ ('Your payment is taking longer than usual to authorize. ' ))?>
26
+ <?= $ block ->escapeHtml (__ ('Please wait for an order confirmation email. ' ))?>
28
27
</div>
29
28
</div>
30
29
</div>
You can’t perform that action at this time.
0 commit comments