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,23 @@
{*
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License (MIT)
* that is bundled with this package in the file LICENSE.md.
*
* @author mElements S.A.
* @copyright mElements S.A.
* @license MIT License
*}
{if $paynowPbls}
<form class="payment-form paynow-payment-form" method="POST" action="{$action}">
<div class="paynow-payment-option-container">
<p>{l s='Choose bank:' mod='paynow'}</p>
<div class="row paynow-payment-pbls">
{foreach from=$paynowPbls item=method}
{include file="module:paynow/views/templates/front/1.7/_partials/payment_method_pbl.tpl"}
{/foreach}
</div>
{include file="module:paynow/views/templates/front/1.7/_partials/payment_data_processing_info.tpl"}
</div>
</form>
{/if}