Skip to content

Commit

Permalink
Version 1.5.1 for 1.5.7g
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed Nov 22, 2023
1 parent e70be2d commit 9f5e88e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ANLEITUNG/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Rabatt für Zahlungsart 1.5.0 für Zen-Cart 1.5.7 deutsch</title>
<title>Rabatt für Zahlungsart 1.5.1 für Zen-Cart 1.5.7 deutsch</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="content-language" content="de">
Expand All @@ -12,7 +12,7 @@
<body>
<div id="wrapper">
<div id="header">
<h1>Rabatt für Zahlungsart 1.5.0 für Zen-Cart 1.5.7 deutsch</h1>
<h1>Rabatt für Zahlungsart 1.5.1 für Zen-Cart 1.5.7 deutsch</h1>
</div>

<div id="slidetabsmenu" style="display: none;">
Expand Down Expand Up @@ -42,9 +42,9 @@ <h2>Sinn und Zweck dieses Moduls</h2>

<h3>Copyright, Changelog, Lizenz</h3>
<p>Copyright<br>
(c) 2022 webchills (<a href="https://www.webchills.at" target="_blank">www.webchills.at</a>)</p>
(c) 2022-2023 webchills (<a href="https://www.webchills.at" target="_blank">www.webchills.at</a>)</p>
<p> Portions Copyright (c) 2003 osCommerce<br>
Portions Copyright (c) 2003-2022 Zen Cart</p>
Portions Copyright (c) 2003-2023 Zen Cart</p>
<p>This contribution is subject to version 3.0 of the GPL license available through the world-wide-web at the following url:<br>
<a href="http://www.zen-cart-pro.at/license/3_0.txt">http://www.zen-cart-pro.at/license/3_0.txt</a></p>
</div>
Expand Down
@@ -1,12 +1,12 @@
<?php
/**
* Package Rabatt fuer Zahlungsart
* @copyright Copyright 2022 webchills (www.webchills.at)
* @copyright Copyright 2003-2022 Zen Cart Development Team
* @copyright Copyright 2022-2023 webchills (www.webchills.at)
* @copyright Copyright 2003-2023 Zen Cart Development Team
* Zen Cart German Version - www.zen-cart-pro.at
* @copyright Portions Copyright 2003 osCommerce
* @license https://www.zen-cart-pro.at/license/3_0.txt GNU General Public License V3.0
* @version $Id: ot_payment_method_discount.php 2022-11-13 19:21:16Z webchills $
* @version $Id: ot_payment_method_discount.php 2023-11-22 17:21:16Z webchills $
*/


Expand Down Expand Up @@ -40,7 +40,7 @@ public function __construct()

public function process() {
global $order, $currencies;

$pass = '';
if ($this->isEnabled) {
switch (MODULE_ORDER_TOTAL_PAYMENT_METHOD_DISCOUNT_DESTINATION) {
case 'national':
Expand Down

0 comments on commit 9f5e88e

Please sign in to comment.