Files
drmaterac.pl/modules/paynow/views/templates/hook/_partials/payment_pbls.tpl
2025-01-06 20:47:25 +01:00

20 lines
629 B
Smarty

{*
* 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
*}
<div class="paynow-payment-option-pbls collapse" id="paynow-option-{$method.type}">
<form action="{$paynow_url|escape:'htmlall':'UTF-8'}" method="POST">
<div class="row">
{foreach from=$method.pbls item=pbl}
{include file="./payment_method_pbl.tpl"}
{/foreach}
</div>
{include file="./payment_data_processing_info.tpl"}
</form>
</div>