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,12 @@
{
"name": "thelia/stripe-payment-module",
"license": "LGPL-3.0+",
"type": "thelia-module",
"require": {
"thelia/installer": "~1.1",
"stripe/stripe-php": "6.*"
},
"extra": {
"installer-name": "StripePayment"
}
}