Installation du module Stripe

This commit is contained in:
2020-09-01 19:16:54 +02:00
parent 1d513623d6
commit 16597281d2
44 changed files with 2825 additions and 3 deletions

View File

@@ -0,0 +1,24 @@
<?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_1.xsd">
<fullnamespace>StripePayment\StripePayment</fullnamespace>
<descriptive locale="en_US">
<title>Stripe</title>
</descriptive>
<descriptive locale="fr_FR">
<title>Stripe</title>
</descriptive>
<languages>
<language>en_US</language>
<language>fr_FR</language>
</languages>
<version>2.0.4</version>
<author>
<name>Etienne Perriere</name>
<email>eperriere@openstudio.fr</email>
</author>
<type>payment</type>
<thelia>2.2.0</thelia>
<stability>other</stability>
</module>