-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
57 lines (57 loc) · 2.17 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
{
"name": "vipps/mobilepay-epayment",
"description": "Shopware 6 module for accepting Vipps MobilePay payments",
"type": "shopware-platform-plugin",
"license": "proprietary",
"version": "1.0.2",
"authors": [
{
"name": "Vipps MobilePay"
}
],
"autoload": {
"psr-4": {
"Vipps\\Mobilepay\\": "src/"
}
},
"require": {
"shopware/core": "~6.5.0"
},
"extra": {
"shopware-plugin-class": "Vipps\\Mobilepay\\VippsMobilepayEpayment",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by WEXO A/S",
"label": {
"da-DK": "Vipps MobilePay ePayment",
"en-GB": "Vipps MobilePay ePayment",
"de-DE": "Vipps MobilePay ePayment",
"fi-FI": "Vipps MobilePay ePayment",
"nb-NO": "Vipps MobilePay ePayment",
"sv-SE": "Vipps MobilePay ePayment"
},
"description": {
"da-DK": "Shopware 6 plugin til Mobilepay betalinger gennem Vipps",
"en-GB": "Shopware 6 module for accepting Mobilepay payments through Vipps",
"de-DE": "Shopware 6-Modul zur Annahme von Mobilepay-Zahlungen über Vipps",
"fi-FI": "Shopware 6 -laajennus Mobilepay-maksuihin Vippsin kautta",
"nb-NO": "Shopware 6-plugin for Mobilepay-betalinger gjennom Vipps",
"sv-SE": "Shopware 6 plugin för Mobilepay-betalningar via Vipps"
},
"manufacturerLink": {
"dk-DK": "https://vippsmobilepay.com/",
"en-GB": "https://vippsmobilepay.com/",
"de-DE": "https://vippsmobilepay.com/",
"fi-FI": "https://vippsmobilepay.com/",
"nb-NO": "https://vippsmobilepay.com/",
"sv-SE": "https://vippsmobilepay.com/"
},
"supportLink": {
"da-DK": "https://vippsmobilepay.com/help",
"en-GB": "https://vippsmobilepay.com/help",
"de-DE": "https://vippsmobilepay.com/help",
"fi-FI": "https://vippsmobilepay.com/help",
"nb-NO": "https://vippsmobilepay.com/help",
"sv-SE": "https://vippsmobilepay.com/help"
}
}
}