Skip to content

Commit

Permalink
Update failure.phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
bluerain-1 authored Oct 25, 2024
1 parent 2bcba89 commit 84e635a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/frontend/templates/sips2/failure.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<?php
?>
<div class="page-title">
<h1><?= __('This is a demo version please by pro version on www.madit.fr'); ?></h1>
<h1><?= __('This is a demo version please buy pro version on www.madit.fr'); ?></h1>
<a href="https://www.madit.fr/shop/product/worldline-sips2-module-for-magento-2-6"><img src="https://www.madit.fr/r/sips2-logo"></a>
<h1><?= ($block->getTitle()) ? $block->getTitle() : __('An error occurred in the process of payment'); ?></h1>
</div>
<?php if ($block->getMessage()): ?>
<p><?= $block->getMessage(); ?></p>
<?php endif; ?>
<p><a href="/"><?= __("Retour à l\'acceuil.") ?></a></p>
<p><a href="/"><?= __("Retour à l\'acceuil.") ?></a></p>

0 comments on commit 84e635a

Please sign in to comment.