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

15 lines
849 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="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>