Skip to content

Commit

Permalink
Merge pull request #6 from mollie/update-207
Browse files Browse the repository at this point in the history
Update 207
  • Loading branch information
kmWebStollen committed Jun 27, 2022
2 parents dcb786b + 5951e53 commit bab0b32
Show file tree
Hide file tree
Showing 681 changed files with 14,031 additions and 540 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
vendor/
.idea
*.log
*.cache
9 changes: 9 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Files workflow.php>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
<IfModule !mod_authz_core.c>
Order Allow,Deny
Allow from all
</IfModule>
</Files>
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"phpcbf": "phpcbf --standard=PSR12 --encoding=utf8 -p ./version",
"php-cs-fixer": "php-cs-fixer fix",
"fix": "phpcbf --standard=PSR12 --encoding=utf8 -p ./version; php-cs-fixer fix"
"fix": "php-cs-fixer fix; phpcbf --standard=PSR12 --encoding=utf8 -p ./version"
},
"require": {
"ext-json": "*",
Expand Down
17 changes: 15 additions & 2 deletions info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,15 @@
<SQL>204.sql</SQL>
</Version>
<Version nr="205">
<CreateDate>2021-08-10</CreateDate>
<CreateDate>2021-08-25</CreateDate>
<SQL>205.sql</SQL>
</Version>
<Version nr="206">
<CreateDate>2022-01-11</CreateDate>
</Version>
<Version nr="207">
<CreateDate>2022-06-10</CreateDate>
</Version>
<Hooks>
<Hook id="75">75_bestellungInDb.php</Hook>
<Hook id="131">131_globalinclude.php</Hook>
Expand All @@ -57,6 +63,13 @@
<Hook id="181">181_sync.php</Hook>
<Hook id="210">210_storno.php</Hook>
</Hooks>
<JS>
<file>
<name>applePay.js</name>
<priority>5</priority>
<position>body</position>
</file>
</JS>
<Adminmenu>
<Customlink sort="10">
<Name>Bestellungen</Name>
Expand Down Expand Up @@ -1102,7 +1115,7 @@
<ContentHtml><![CDATA[{includeMailTemplate template=header type=html}
Guten Tag {$Kunde->cVorname} {$Kunde->cNachname},<br>vielen Dank für Ihre Bestellung bei {$Einstellungen.global.global_shopname}.<br><br><p>Leider konnten wir für die Bestellung <b>{$oPluginMail->Bestellung->cBestellNr}</b> bisher keinen Zahlungseingang feststellen.</p><p>Sollte es bei der Zahlung zu Problemen gekommen sein, können Sie diese über den folgenden Link einfach erneut versuchen.</p><p>Zu zahlender Betrag: {$oPluginMail->Amount}</p><p>Jetzt bezahlen: <a href="{$oPluginMail->PayURL}">{$oPluginMail->PayURL}</a></p>
{includeMailTemplate template=footer type=html}]]></ContentHtml>
<ContentText><![CDATA[{{includeMailTemplate template=header type=text}
<ContentText><![CDATA[{includeMailTemplate template=header type=text}
Guten Tag {$Kunde->cVorname} {$Kunde->cNachname},
vielen Dank für Ihre Bestellung bei {$Einstellungen.global.global_shopname}.
Expand Down
3 changes: 2 additions & 1 deletion version/100/adminmenu/info.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/adminmenu/orders.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/adminmenu/paymentmethods.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/class/Helper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/class/Model/AbstractModel.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/class/Model/Payment.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/class/Mollie.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/frontend/131_globalinclude.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/frontend/140_smarty.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/frontend/144_notify.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/frontend/181_sync.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollie.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieBancontact.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieBanktransfer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieBelfius.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieBitcoin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieCreditCard.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieDirectDebit.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieEPS.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieGiftcard.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieGiropay.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieIDEAL.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieINGHomePay.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieKBC.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieKlarnaPayLater.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieKlarnaSliceIt.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMolliePayPal.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMolliePaysafecard.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/100/paymentmethod/JTLMollieSofort.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/107/adminmenu/info.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/107/adminmenu/orders.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/107/adminmenu/paymentmethods.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/107/class/ExclusiveLock.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/107/class/Helper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/107/class/Model/AbstractModel.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/107/class/Model/Payment.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
3 changes: 2 additions & 1 deletion version/107/class/Mollie.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @copyright 2021 WebStollen GmbH
* @copyright 2022 WebStollen GmbH
* @link https://www.webstollen.de
*/

Expand Down
Loading

0 comments on commit bab0b32

Please sign in to comment.