first commit

This commit is contained in:
2025-01-06 20:47:25 +01:00
commit 3bdbd78c2f
25591 changed files with 3586440 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{*
*
* @author Przelewy24
* @copyright Przelewy24
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html
*
*}
<section>
<p>
{l s='After ordering you will be redirected to the service Przelewy24 to finish payments' mod='przelewy24'}.
</p>
<img src="{$logo_url}"
alt="{l s='Pay with Przelewy24' mod='przelewy24'}">
<dl>
{if $extracharge > 0}
<dt>{l s='Extracharge Przelewy24' mod='przelewy24'}</dt>
<dd>{$extracharge_formatted} {$tax}</dd>
<dt>{l s='Amount' mod='przelewy24'}</dt>
<dd>{$checkTotal} {$tax}</dd>
{else}
<dt>{l s='Amount' mod='przelewy24'}</dt>
<dd>{$checkTotal} {$tax}</dd>
{/if}
</dl>
{hook h='displayInstallmentPayment'}
</section>