-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.php
executable file
·67 lines (64 loc) · 6.94 KB
/
metadata.php
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
<?php
/**
* Novalnet payment module
*
* This file is used for metadata information of Novalnet payment module.
*
* @author Novalnet AG
* @copyright Copyright by Novalnet
* @license https://www.novalnet.de/payment-plugins/kostenlos/lizenz
*
* Script: metadata.php
*/
/**
* Metadata version
*/
$sMetadataVersion = '2.1';
/**
* Module information
*/
$aModule = [
'id' => 'novalnet',
'title' => [
'de' => 'Novalnet',
'en' => 'Novalnet',
],
'description' => [ 'de' => 'Unser vollständig abgesichertes Zahlungsumfeld ist bei der BaFin und anderen EU-Regulierungsbehörden zugelassen und durch ein KI-basiertes Risiko-Management geschützt. So können Sie und Ihre Endkunden darauf vertrauen, dass jede Transaktion sicher abgewickelt wird. Außerdem werden die Transaktionen in unserer PCI-DSS-Level 1-zertifizierten Plattform verarbeitet.' . '<br><br><br>' .'Akzeptieren Sie Zahlungen weltweit in mehr als 125+ Währungen mit mehr als 150+ automatisierten, länderspezifischen Zahlungsarten. Ein einziger Vertrag stellt Ihnen alles bereit, was Sie brauchen, von der Zahlungsabwicklung zur Auszahlung, Betrugsprävention und Abonnementverwaltung.' . '<br><br><br>'.'Bevor Sie beginnen, lesen Sie bitte die Installationsanleitung und melden Sie sich mit Ihrem Händlerkonto im <a href ="https://admin.novalnet.de" target="_blank" style="color: #337ab7;text-decoration: none;border-bottom: 1px dotted #999;">Novalnet Admin-Portal</a> an. Um ein Händlerkonto zu erhalten, senden Sie bitte eine E-Mail an [email protected] oder rufen Sie uns unter +49 89 923068320 an' . '<br><br>' . 'Die Konfigurationen der Zahlungsplugins sind jetzt im <a href ="https://admin.novalnet.de" target="_blank" style="color: #337ab7;text-decoration: none;border-bottom: 1px dotted #999;">Novalnet Admin-Portal</a> verfügbar. Navigieren Sie zuProjekte -> Wählen Sie Ihr Projekt -> Konfiguration des Zahlungsplugins des Shops Ihrer Projekte, um sie zu konfigurieren.' . '<br><br>' . 'Novalnet ermöglicht es Ihnen, das Verhalten der Zahlungsmethode zu überprüfen, bevor Sie in den Produktionsmodus gehen, indem Sie Testzahlungsdaten verwenden. Zugang zu den <a href ="https://developer.novalnet.de/testing" target="_blank" style="color: #337ab7;text-decoration: none;border-bottom: 1px dotted #999;">Novalnet-Testzahlungsdaten</a> finden Sie hier',
'en' => 'Our fully secure payment ecosystem is approved by the BaFin and other EU regulatory bodies, and it is backed up by AI-powered risk management. As a result, you and your customers can be confident that every transaction is secure and complete. Furthermore, transactions are processed in our PCI DSS Level 1 certified platform, which eliminates the need for you to obtain your own certification.' . '<br><br><br>' .'Accept payments in 125+ currencies and 150+ automated country-specific payment methods worldwide. A single contract covers everything you need, from payment processing to payouts, fraud prevention, and subscription management.' . '<br><br>'. 'Please read the Installation Guide before you start and login to the <a href ="https://admin.novalnet.de" target="_blank" style="color: #337ab7;text-decoration: none;border-bottom: 1px dotted #999;">Novalnet Admin Portal</a> using your merchant account. To get a merchant account, mail to [email protected] or call +49 (089) 923068320' . '<br><br><br>' . 'Payment plugin configurations are now available in the <a href ="https://admin.novalnet.de" target="_blank" style="color: #337ab7;text-decoration: none;border-bottom: 1px dotted #999;">Novalnet Admin Portal</a>. Navigate to the Projects -> choose your project -> Payment plugin configuration of your projects to configure them.' . '<br><br>' . 'Our platform offers a test mode for all requests; You can control the behaviour of the payment methods by using the <a href ="https://developer.novalnet.de/testing" target="_blank" style="color: #337ab7;text-decoration: none;border-bottom: 1px dotted #999;">Novalnet test payment data</a>',
],
'thumbnail' => 'img/novalnet_logo.png',
'version' => '13.3.0',
'author' => 'Novalnet AG',
'url' => 'https://www.novalnet.de',
'email' => '[email protected]',
'extend' => [
\OxidEsales\Eshop\Application\Controller\PaymentController::class => Novalnet\Controller\PaymentController::class,
\OxidEsales\Eshop\Core\InputValidator::class => Novalnet\Core\InputValidator::class,
\OxidEsales\Eshop\Application\Model\PaymentGateway::class => Novalnet\Model\PaymentGateway::class,
\OxidEsales\Eshop\Application\Model\Order::class => Novalnet\Model\Order::class,
\OxidEsales\Eshop\Application\Model\Payment::class => Novalnet\Model\Payment::class,
\OxidEsales\Eshop\Application\Model\UserPayment::class => Novalnet\Model\UserPayment::class,
\OxidEsales\Eshop\Application\Controller\AccountOrderController::class => Novalnet\Controller\AccountOrderController::class,
\OxidEsales\Eshop\Application\Controller\OrderController::class => Novalnet\Controller\OrderController::class,
\OxidEsales\Eshop\Core\ViewConfig::class => Novalnet\Core\ViewConfig::class,
\OxidEsales\Eshop\Application\Controller\ThankYouController::class => Novalnet\Controller\NovalnetThankyou::class,
],
'controllers' => [
'NovalnetConfiguration' => Novalnet\Controller\Admin\NovalnetConfiguration::class,
'WebhookController' => Novalnet\Controller\WebhookController::class,
'novalnet_order' => Novalnet\Controller\Admin\OrderController::class,
],
'settings' => [
// Global configuration settings
['group' => 'novalnetGlobalSettings', 'name' => 'sProductActivationKey','type' => 'str', 'value' => '', 'position' => 1 ],
['group' => 'novalnetGlobalSettings', 'name' => 'sPaymentAccessKey', 'type' => 'str', 'value' => '', 'position' => 2 ],
['group' => 'novalnetGlobalSettings','name' => 'sTariffId', 'type' => 'select','value' => '', 'position' => 3],
['group' => 'novalnetGlobalSettingsWebhook','name' => 'sWebhooksUrl', 'type' => 'str', 'value' => '', 'position' => 4],
['group' => 'novalnetGlobalSettingsWebhook','name' => 'blWebhookNotification','type' => 'bool', 'value' => 'false', 'position' => 5],
['group' => 'novalnetGlobalSettingsWebhook','name' => 'blWebhookSendMail', 'type' => 'str', 'value' => '', 'position' => 6],
],
'events' => [
'onActivate' => \Novalnet\Core\Events::class.'::onActivate',
'onDeactivate' => \Novalnet\Core\Events::class.'::onDeactivate',
],
];