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 3839c0f commit 30b8293Copy full SHA for 30b8293
app/code/Magento/Payment/view/adminhtml/templates/info/substitution.phtml
@@ -10,6 +10,8 @@
10
*/
11
?>
12
<div>
13
- <?php $block->escapeHtml($block->getMethod()->getTitle());?>
+ <?= $block->getMethod()->getTitle()
14
+ ? $block->escapeHtml($block->getMethod()->getTitle())
15
+ : $block->escapeHtml(__('Payment method')); ?>
16
<?= $block->escapeHtml(__(' is not available. You still can process offline actions.')) ?>
17
</div>
0 commit comments