33 lines
1.1 KiB
XML
Executable File
33 lines
1.1 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module xmlns="http://thelia.net/schema/dic/module"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://thelia.net/schema/dic/module http://thelia.net/schema/dic/module/module-2_2.xsd">
|
|
<fullnamespace>PayPlugModule\PayPlugModule</fullnamespace>
|
|
<descriptive locale="en_US">
|
|
<title>PayPlug payment module</title>
|
|
<subtitle>https://www.payplug.com</subtitle>
|
|
</descriptive>
|
|
<descriptive locale="fr_FR">
|
|
<title>Module de paiement PayPlug</title>
|
|
<subtitle>https://www.payplug.com/fr</subtitle>
|
|
</descriptive>
|
|
<logo>payplug.png</logo>
|
|
<images-folder>images</images-folder>
|
|
<languages>
|
|
<language>en_US</language>
|
|
<language>fr_FR</language>
|
|
</languages>
|
|
<version>1.0.5</version>
|
|
<authors>
|
|
<author>
|
|
<name>Vincent Lopes-Vicente</name>
|
|
<email>vlopes@openstudio.fr</email>
|
|
</author>
|
|
</authors>
|
|
<type>payment</type>
|
|
<thelia>2.4.0</thelia>
|
|
<stability>other</stability>
|
|
<mandatory>0</mandatory>
|
|
<hidden>0</hidden>
|
|
</module>
|