Skip to content

Commit 0f32cdf

Browse files
author
Leonix
committed
wa-plugins/payment/tinkoff v.1.1.1
1 parent e741933 commit 0f32cdf

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

wa-plugins/payment/tinkoff/lib/config/plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'icon' => 'img/tinkoff.svg',
66
'logo' => 'img/tinkoff.png?v2',
77
'vendor' => 'webasyst',
8-
'version' => '1.1.0',
8+
'version' => '1.1.1',
99
'type' => waPayment::TYPE_ONLINE,
1010
'partial_refund' => true,
1111
'partial_capture' => true,

wa-plugins/payment/tinkoff/lib/config/settings.php

+8-6
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@
55
'value' => '',
66
'title' => /*_wp*/('Terminal ID'),
77
'control_type' => waHtmlControl::INPUT,
8+
'description' => 'Выдается Т-Кассой после подключения.',
89
),
910
'terminal_password' => array(
1011
'value' => '',
1112
'title' => /*_wp*/('Пароль'),
1213
'control_type' => waHtmlControl::PASSWORD,
13-
'description' => <<<HTML
14-
<span class="js-tkassa-registration-link" style="background-color: #fea; display: block; margin: 10px 0; padding: 10px 15px; font-weight: normal; font-size: 14px;color: black; width: 80%; border-radius: 8px;">
15-
Подключайтесь к Т-Кассе <a href="https://www.tbank.ru/kassa/form/partner/webasyst" target="_blank" style="color: #09f;"><b>через Webasyst по этой ссылке</b></a> и получите данные для заполнения Terminal ID и пароля.
16-
</span>
17-
HTML
18-
,
14+
'description' => 'Выдается Т-Кассой после подключения.',
15+
// 'description' => <<<HTML
16+
// <span class="js-tkassa-registration-link" style="background-color: #fea; display: block; margin: 10px 0; padding: 10px 15px; font-weight: normal; font-size: 14px;color: black; width: 80%; border-radius: 8px;">
17+
// Подключайтесь к Т-Кассе <a href="https://www.tbank.ru/kassa/form/partner/webasyst" target="_blank" style="color: #09f;"><b>через Webasyst по этой ссылке</b></a> и получите данные для заполнения Terminal ID и пароля.
18+
// </span>
19+
// HTML
20+
// ,
1921
),
2022
'currency_id' => array(
2123
'value' => '',

0 commit comments

Comments
 (0)