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,17 @@
<?php
/**
* This class has been generated by TheliaStudio
* For more information, see https://github.com/thelia-modules/TheliaStudio
*/
namespace StripePayment\Controller;
use StripePayment\Controller\Base\StripePaymentConfigController as BaseStripePaymentConfigController;
/**
* Class StripePaymentConfigController
* @package StripePayment\Controller
*/
class StripePaymentConfigController extends BaseStripePaymentConfigController
{
}