Skip to content
Snippets Groups Projects
Commit f6d28494 authored by Oleksii Korshenko's avatar Oleksii Korshenko Committed by GitHub
Browse files

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

parents 23e034a4 63411a26
Branches
No related merge requests found
......@@ -10,6 +10,8 @@
*/
?>
<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.')) ?>
</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