Skip to content
Snippets Groups Projects
Commit 63411a26 authored by Ievgen Shakhsuvarov's avatar Ievgen Shakhsuvarov
Browse files

MAGETWO-86308: magento/magento2#12209: Substitution payment method - Incorrect message #12731

 - Merge Pull Request magento/magento2#12731 from zamoroka/magento2:issue/12209
 - Merged commits:
   1. 30b8293b
parents 7d475912 30b8293b
Branches
No related merge requests found
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
*/ */
?> ?>
<div> <div>
<?php $block->escapeHtml($block->getMethod()->getTitle());?> <?= $block->getMethod()->getTitle()
? $block->escapeHtml($block->getMethod()->getTitle())
: $block->escapeHtml(__('Payment method')); ?>
<?= $block->escapeHtml(__(' is not available. You still can process offline actions.')) ?> <?= $block->escapeHtml(__(' is not available. You still can process offline actions.')) ?>
</div> </div>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment