-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.json
57 lines (57 loc) · 2.59 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
{
"version" : "3.0.9",
"name" : "PrePayment",
"marketplaceName" : {
"de": "Vorkasse",
"en": "Cash in advance"
},
"license" : "",
"pluginIcon" : "icon_plugin_xs.png",
"price" : 0.00,
"description" : "Cash in advance plugin for plentymarkets online stores",
"shortDescription" : {"de": "Zahlungsart Vorkasse für plentymarkets Webshops","en": "Payment method Cash in advance for plentymarkets online stores"},
"categories" : ["4083"],
"author" : "plentysystems AG",
"authorIcon" : "icon_author_xs.png",
"email" : "[email protected]",
"phone" : "+49 561 98 681 100",
"keywords" : ["cash in advance", "Vorkasse", "official", "plentymarkets", "payment"],
"type" : "payment",
"namespace" : "CashInAdvance",
"serviceProvider" : "CashInAdvance\\Providers\\CashInAdvanceServiceProvider",
"javaScriptFiles" : [],
"containers" : [],
"dataProviders" :
[
{
"key" :"CashInAdvance\\Providers\\Icon\\IconProvider",
"name" :"Cash in advance icon",
"description" :"Display the icon for this payment method"
},
{
"key" :"CashInAdvance\\Providers\\CashInAdvanceOrderConfirmationDataProvider",
"name" :"Cash in advance bank details",
"description" :"Display the bank details on the order confirmation page"
},
{
"key" :"CashInAdvance\\Providers\\ReinitializePayment\\CashInAdvanceReinitializePayment",
"name" :"Cash in advance Reinitialise Payment",
"description" : "Display the Cash in advance Installment Button after the Payment changed to Cash in advance"
},
{
"key" :"CashInAdvance\\Providers\\ReinitializePayment\\CashInAdvanceReinitializePaymentScript",
"name" :"Cash in advance Reinitialise Payment Script",
"description" :"A Script for displaying the Cash in advance Button after the Payment changed to Cash in advance"
}
],
"dependencies" : [],
"runOnBuild" : [
"CashInAdvance\\Migrations\\CreateSettings_1_0_0",
"CashInAdvance\\Migrations\\CreateSettings_1_1_0",
"CashInAdvance\\Migrations\\CreateShippingCountrySettings_1_0",
"CashInAdvance\\Migrations\\MigrateShippingCountries_1_0"
],
"platform": {
"php": ">=7.3 <8.1"
}
}