Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Fix typo in ot_shipping.php
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed Nov 8, 2019
1 parent e699560 commit d0ca38c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright Copyright 2003-2019 Zen Cart Development Team
* @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_shipping.php for UID 2019-11-06 09:40:16Z webchills $
* @version $Id: ot_shipping.php for UID 2019-11-08 09:18:16Z webchills $
*/

class ot_shipping extends base
Expand Down Expand Up @@ -88,6 +88,7 @@ public function process()
} else {
$shipping_tax = zen_get_tax_rate($GLOBALS[$module]->tax_class, $order->delivery['country']['id'], $order->delivery['zone_id']);
$shipping_tax_description = zen_get_tax_description($GLOBALS[$module]->tax_class, $order->delivery['country']['id'], $order->delivery['zone_id']);
}
// UID END

if ($external_shipping_tax_handler === true || ($module !== 'free' && $GLOBALS[$module]->tax_class > 0)) {
Expand Down

0 comments on commit d0ca38c

Please sign in to comment.