-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
executable file
·37 lines (36 loc) · 2.49 KB
/
plugin.json
File metadata and controls
executable file
·37 lines (36 loc) · 2.49 KB
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
{
"name": "PayPal",
"namespace": "PayPal",
"type": "payment",
"version": "1.0.6",
"license": "AGPL-3.0",
"pluginIcon": "icon_plugin_xs.png",
"price": 0.00,
"description": "The official PayPal plugin for plentymarkets",
"shortDescription":{ "de":"Das offizielle, von plentymarkets entwickelte PayPal-Plugin für den Webshop Ceres und andere Template-Plugins.", "en":"The official PayPal plugin developed by plentymarkets for the online store Ceres and other template plugins."},
"categories":["3519"],
"keywords": ["paypal", "official", "plentymarkets", "payment"],
"author": "plentymarkets GmbH",
"authorIcon": "icon_author_xs.png",
"serviceProvider": "PayPal\\Providers\\PayPalServiceProvider",
"containers": [],
"javaScriptFiles": [],
"require": [],
"dependencies":{
"paypal/rest-api-sdk-php":"*"
},
"runOnBuild": [
"PayPal\\Migrations\\CreatePaymentMethod",
"PayPal\\Migrations\\CreatePayPalTables"
],
"dataProviders": [
{"key":"PayPal\\Providers\\DataProvider\\PayPalScriptsDataProvider", "name":"PayPal Scripts", "description": "Different Scripts for the PayPal Payment Methods"},
{"key":"PayPal\\Providers\\DataProvider\\PayPalExpressButtonDataProvider", "name":"PayPal Express Button", "description": "PayPal Express Button"},
{"key":"PayPal\\Providers\\DataProvider\\PayPalPlusPaymentWallDataProvider", "name":"PayPal Plus Wall", "description": "To Show the PayPal Plus Wall"},
{"key":"PayPal\\Providers\\DataProvider\\Installment\\PayPalInstallmentGenericPromotion", "name":"PayPal Installment Generic Promotion", "description": "PayPal Installment Generic Promotion"},
{"key":"PayPal\\Providers\\DataProvider\\Installment\\PayPalInstallmentSpecificPromotion", "name":"PayPal Installment Specific Promotion", "description": "PayPal Installment Specific Promotion"},
{"key":"PayPal\\Providers\\DataProvider\\Installment\\PayPalInstallmentFinancingCheck", "name":"PayPal Installment Financing Check", "description": "Display the PayPal Installment Financing Check"},
{"key":"PayPal\\Providers\\DataProvider\\Installment\\PayPalInstallmentFinancingCosts", "name":"PayPal Installment Financing Costs", "description": "Display the PayPal Installment Financing Costs"},
{"key":"PayPal\\Providers\\DataProvider\\Installment\\PayPalInstallmentPrepareButton", "name":"PayPal Installment Prepare Button", "description": "Display the PayPal Installment Prepare Button"}
]
}