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,15 @@
{*
* 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="panel">
<div class="panel-heading">{l s='Information' mod='paynow'}</div>
<p>{l s='If you do not have an account in the Paynow system yet,' mod='paynow'} <a href="https://paynow.pl/boarding" target="_blank">{l s='register in the Production' mod='paynow'}</a> {l s='or' mod='paynow'} <a href="https://panel.sandbox.paynow.pl/auth/register" target="_blank">{l s='Sandbox' mod='paynow'}</a> {l s='environment' mod='paynow'}.</p>
<p>{l s="Authentication keys are available in the Paynow tab -> Settings -> Shops and payment points -> Authentication data in mBank's online banking." mod='paynow'}</p>
</div>

View File

@@ -0,0 +1,11 @@
<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,13 @@
{*
* 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="alert alert-info">
{l s='The module allows you to make an automatic refund from the balance for payments made by paynow.pl. To use this option, you must select the daily payout frequency in the paynow panel. To do this, go to Settings / Payout schedule and then select the setting for the appropriate store.'|escape:'htmlall':'UTF-8' mod='paynow'}
</div>

View File

@@ -0,0 +1,17 @@
{*
* 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="alert alert-warning">
<button type="button" class="close" data-dismiss="alert">×</button>
<p><span class="badge badge-warning">{l s='A new version of the Pay by paynow.pl module is available.' mod='paynow'}</span> {if !empty($download_url)}<a href="{$download_url|escape:'htmlall':'UTF-8'}" target="_blank" class="btn">{l s='Click here to download' mod='paynow'}{if !empty($changelog_url)} {$version_name|escape:'htmlall':'UTF-8'}{/if}</a>{/if}</p>
{if !empty($changelog_url)}
<p><a href="{$changelog_url|escape:'htmlall':'UTF-8'}">{l s='Open changelog' mod='paynow'}</a></p>
{/if}
</div>