-
Notifications
You must be signed in to change notification settings - Fork 1
/
yandexkassa.xml
46 lines (36 loc) · 2.01 KB
/
yandexkassa.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<!--
JBZoo Element YandexKassa
This file is part of the JBZoo CCK package.
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
@package JBZoo
@license MIT
@copyright Copyright (C) JBZoo.com, All rights reserved.
@link https://github.com/JBZoo/Element-Payment-YandexKassa
@author Denis Smetannikov <denis@jbzoo.com>
-->
<element type="element" group="Core" hidden="false">
<name>Яндекс.Касса (API)</name>
<author>JBZoo.com</author>
<creationDate>2016</creationDate>
<copyright>Copyright (C) JBZoo.com</copyright>
<authorEmail>admin@jbzoo.com</authorEmail>
<authorUrl>http://jbzoo.com</authorUrl>
<version>1.0</version>
<license>MIT</license>
<description>Оплата через кассу без интеграции с API Яндекс.Кассы (API)</description>
<params>
<param name="description" type="textarea" label="Описание"
default="Популярный сервис оплаты на территории России и СНГ"
description="Текст появится на странице корзины"/>
<param name="rate" type="text" default="3.5%" label="Комиссия"
description="Будет видна только администраторам"/>
<param name="shopId" type="text" default="" label="Идентификатор магазина (shopId)"
description="Выдается при заключении договора"/>
<param name="scid" type="text" default="" label="Номер витрины (scid)"
description="Выдается при заключении договора"/>
<param name="password" type="text" default="" label="Пароль"
description="Выдается при заключении договора"/>
</params>
</element>