-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.json
59 lines (59 loc) · 1.61 KB
/
plugin.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
{
"name": "wallee",
"marketplaceName": {
"de": "wallee E-Commerce Hub",
"en": "wallee e-commerce hub"
},
"namespace": "Wallee",
"type": "payment",
"version": "2.1.0",
"license": " Apache License Version 2",
"isClosedSource": false,
"pluginIcon": "icon_plugin_md.png",
"price": 0.00,
"description": "The official wallee plugin for plentymarkets.",
"shortDescription": {
"de": "Ein Plugin - 50+ PSPs. Mit dem wallee Plugin verbinden Sie direkt zu Ihrem gewünschten PSP und akzeptieren Kreditkarten, Rechnungen, SOFORT, Alipay, usw. ",
"en": "Connect to over 50+ Payment Service Provider. Process credit cards, Sofort, Paydirekt, PayPal, Alipay, and many more."
},
"categories": [
"3519"
],
"keywords": [
"wallee",
"plentymarkets",
"payment",
"customweb",
"Concardis",
"Computop",
"Saferpay"
],
"author": "customweb GmbH",
"authorIcon": "icon_author_sm.png",
"email": "info@customweb.com",
"serviceProvider": "Wallee\\Providers\\WalleeServiceProvider",
"containers": [],
"require": {
"IO": ">=3.0.0"
},
"platform": {
"php": ">=7.3 <8.1"
},
"dependencies": {
"wallee/sdk": "4.6.0"
},
"runOnBuild": [
"Wallee\\Migrations\\CreatePaymentMethods",
"Wallee\\Migrations\\CreateWebhooks",
"Wallee\\Migrations\\CreateWebhookTable",
"Wallee\\Migrations\\UpdateWebhookSpaceId"
],
"dataProviders": [
{
"key": "Wallee\\Providers\\DataProvider\\PaymentInformation",
"name": "wallee Payment Information",
"description": "Display information about the wallee payment on the checkout page.",
"defaultLayoutContainer": "Ceres::OrderConfirmation.AdditionalPaymentInformation"
}
]
}