From 9d75ad17e85e6e618ea6cddddfba185fd5555ebe Mon Sep 17 00:00:00 2001 From: Piotr Bogdan Date: Wed, 11 Feb 2015 17:06:17 +0000 Subject: [PATCH] Fix backward compatibility for WC_Cart::$tax. --- includes/class-wc-cart.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/class-wc-cart.php b/includes/class-wc-cart.php index 85977afccc4..aaed96c4c09 100644 --- a/includes/class-wc-cart.php +++ b/includes/class-wc-cart.php @@ -99,9 +99,6 @@ class WC_Cart { /** @var array An array of fees. */ public $fees = array(); - /** @var WC_Tax Stores tax class objected, @deprecated */ - public $tax; - /** @var boolean Prices inc tax */ public $prices_include_tax;