-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
69 lines (65 loc) · 1.67 KB
/
composer.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "mage2pro/yandex-kassa"
,"version": "1.2.3"
,"description": "Yandex.Kassa (Яндекс.Касса, Yandex.Checkout) integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/yandex-kassa"
,"license": "proprietary"
,"authors": [{
"name": "Dmitrii Fediuk",
"email": "admin@mage2.pro",
"homepage": "https://upwork.com/fl/mage2pro",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=10.8.3"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\YandexKassa\\": ""}}
,"keywords": [
"API"
,"Bank card"
,"Credit card"
,"Yandex"
,"Yandex.Kassa"
,"Yandex.Money"
,"eCommerce"
,"Magento"
,"Magento 2"
,"Magento extension"
,"Payment"
,"Payment authorization"
,"Payment integration"
,"Payment gateway"
,"Russia"
,"Armenia"
,"Azerbaijan"
,"Belarus"
,"Georgia"
,"Kazakhstan"
,"Kyrgyzstan"
,"Latvia"
,"Moldova"
,"Tajikistan"
,"Яндекс"
,"Яндекс.Деньги"
,"Яндекс.Касса"
,"модуль"
,"модуль для Magento 2"
,"модуль оплаты"
,"платёжный модуль"
,"Россия"
,"Армения"
,"Азербайджан"
,"Беларусь"
,"Грузия"
,"Казахстан"
,"Киргизия"
,"Кыргызстан"
,"Латвия"
,"Молдова"
,"Таджикистан"
,"Bank Cards", "Visa", "MasterCard", "Maestro", "Mir"
,"E-Money", "Yandex.Money", "WebMoney", "QIWI"
,"Online Banking", "Sberbank", "Alfa-Bank", "Promsvyazbank"
,"ЕРИП", "Instant Loans", "КупиВкредит", "Tinkoff Bank"
,"Direct Carrier Billing", "Beeline", "MegaFon", "MTS", "Tele2", "Cash"
]
}