Skip to content

Commit

Permalink
fix for not proerly displaying checkout-success message
Browse files Browse the repository at this point in the history
  • Loading branch information
jacstn committed Sep 21, 2018
1 parent bc3048b commit 44b84f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

<p> <?= __('To finish payment, print the code below and bring it to make payment in any Tesco Lotus Store. Code is valid for the next <b>24 hours only</b>. After that time your order will be canceled.'); ?></p>');
<p> <?= __('To finish payment, print the code below and bring it to make payment in any Tesco Lotus Store. Code is valid for the next <b>24 hours only</b>. After that time your order will be canceled.'); ?></p>
<p style="margin:.5rem 0"><?= $block->escapeHtml(__('Amount to pay'))?>: <b><?= $block->getOrderAmount();?></b></p>
<p><img src="<?= $block->escapeUrl($block->getTescoCodeUrl()) ?>" /></p>

0 comments on commit 44b84f9

Please sign in to comment.