Skip to content

Commit

Permalink
Merge pull request #164 from margud/indexFiles
Browse files Browse the repository at this point in the history
Index files
  • Loading branch information
margud authored May 18, 2020
2 parents c633e05 + d396405 commit 9631cd7
Show file tree
Hide file tree
Showing 1,151 changed files with 34,645 additions and 21,241 deletions.
384 changes: 192 additions & 192 deletions README_DE.md

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "mollie/prestashop",
"license": "BSD-2.0",
"description": "Mollie module for PrestaShop",
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-simplexml": "*",
"symfony/polyfill-mbstring": "^1.9",
"symfony/dependency-injection": "^3.4",
"symfony/config": "^3.4",
"symfony/expression-language": "^3.4",
"symfony/yaml": "^3.4",
"prestashop/decimal": "^1.3",
"mollie/mollie-api-php": "^2.17"
},
"autoload": {
"psr-4": {
"Mollie\\": "src/"
},
"classmap": [
"vendor/",
"controllers/",
"src/Entity"
]
},
"config": {
"platform": {
"php": "5.6"
}
},
"type": "prestashop-module"
}
{
"name": "mollie/prestashop",
"license": "BSD-2.0",
"description": "Mollie module for PrestaShop",
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-simplexml": "*",
"symfony/polyfill-mbstring": "^1.9",
"symfony/dependency-injection": "^3.4",
"symfony/config": "^3.4",
"symfony/expression-language": "^3.4",
"symfony/yaml": "^3.4",
"prestashop/decimal": "^1.3",
"mollie/mollie-api-php": "^2.17"
},
"autoload": {
"psr-4": {
"Mollie\\": "src/"
},
"classmap": [
"vendor/",
"controllers/",
"src/Entity"
]
},
"config": {
"platform": {
"php": "5.6"
}
},
"type": "prestashop-module"
}
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>mollie</name>
<displayName><![CDATA[Mollie]]></displayName>
<version><![CDATA[4.0.0]]></version>
<version><![CDATA[4.0.1]]></version>
<description><![CDATA[Mollie Payments]]></description>
<author><![CDATA[Mollie B.V.]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
22 changes: 11 additions & 11 deletions config/builder.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
services:
Mollie\Builder\FormBuilder:
arguments:
- '@mollie'
- '@Mollie\Service\ApiService'
- '@Mollie\Service\CountryService'
- '@Mollie\Repository\CountryRepository'
- '@Mollie\Service\ConfigFieldService'
- '@Mollie\Service\MolCarrierInformationService'
- '@language'
- '@smarty'
services:
Mollie\Builder\FormBuilder:
arguments:
- '@mollie'
- '@Mollie\Service\ApiService'
- '@Mollie\Service\CountryService'
- '@Mollie\Repository\CountryRepository'
- '@Mollie\Service\ConfigFieldService'
- '@Mollie\Service\MolCarrierInformationService'
- '@language'
- '@smarty'
- '@link'
62 changes: 31 additions & 31 deletions config/context.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
services:
context:
class: 'Context'
factory: ['Mollie\Factory\ContextFactory', 'getContext']

controller:
class: 'Controller'
factory: ['Mollie\Factory\ContextFactory', 'getController']

cookie:
class: 'Cookie'
factory: ['Mollie\Factory\ContextFactory', 'getCookie']

language:
class: 'Language'
factory: ['Mollie\Factory\ContextFactory', 'getLanguage']

currency:
class: 'Currency'
factory: ['Mollie\Factory\ContextFactory', 'getCurrency']

smarty:
class: 'Smarty'
factory: ['Mollie\Factory\ContextFactory', 'getSmarty']

shop:
class: 'Shop'
factory: ['Mollie\Factory\ContextFactory', 'getShop']

link:
class: 'Shop'
services:
context:
class: 'Context'
factory: ['Mollie\Factory\ContextFactory', 'getContext']

controller:
class: 'Controller'
factory: ['Mollie\Factory\ContextFactory', 'getController']

cookie:
class: 'Cookie'
factory: ['Mollie\Factory\ContextFactory', 'getCookie']

language:
class: 'Language'
factory: ['Mollie\Factory\ContextFactory', 'getLanguage']

currency:
class: 'Currency'
factory: ['Mollie\Factory\ContextFactory', 'getCurrency']

smarty:
class: 'Smarty'
factory: ['Mollie\Factory\ContextFactory', 'getSmarty']

shop:
class: 'Shop'
factory: ['Mollie\Factory\ContextFactory', 'getShop']

link:
class: 'Shop'
factory: ['Mollie\Factory\ContextFactory', 'getLink']
36 changes: 36 additions & 0 deletions config/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?php
/*
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <[email protected]>
* @copyright 2007-2016 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/

header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");

header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");

header("Location: ../");
exit;
28 changes: 14 additions & 14 deletions config/repository.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
services:
Mollie\Repository\PaymentMethodRepository:

Mollie\Repository\OrderFeeRepository:

Mollie\Repository\CountryRepository:

Mollie\Repository\OrderShipmentRepository:

Mollie\Repository\MethodCountryRepository:

Mollie\Repository\MolCarrierInformationRepository:

Mollie\Repository\ModuleRepository:
services:
Mollie\Repository\PaymentMethodRepository:

Mollie\Repository\OrderFeeRepository:

Mollie\Repository\CountryRepository:

Mollie\Repository\OrderShipmentRepository:

Mollie\Repository\MethodCountryRepository:

Mollie\Repository\MolCarrierInformationRepository:

Mollie\Repository\ModuleRepository:
Loading

0 comments on commit 9631cd7

Please sign in to comment.