From 76898699cd303d3f359b6c7dda83cca4b9dba2b8 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Tue, 9 Dec 2014 11:00:38 +0000 Subject: [PATCH] Clarify variable comment #6830 --- includes/class-wc-cart.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/class-wc-cart.php b/includes/class-wc-cart.php index e429f873a50..fabb978657a 100644 --- a/includes/class-wc-cart.php +++ b/includes/class-wc-cart.php @@ -55,10 +55,10 @@ class WC_Cart { /** @var array An array of taxes/tax rates for the shipping. */ public $shipping_taxes; - /** @var float Discounts (before tax) */ + /** @var float Discount amount before tax */ public $discount_cart; - /** @var float Discounts (before tax) excluding tax. Used predominantly for tax inclusive prices */ + /** @var float Discounted tax amount. Used predominantly for displaying tax inclusive prices correctly */ public $discount_cart_tax; /** @var float Total for additional fees. */