Clarify variable comment #6830

This commit is contained in:
Mike Jolley 2014-12-09 11:00:38 +00:00
parent caec42dc13
commit 76898699cd
1 changed files with 2 additions and 2 deletions

View File

@ -55,10 +55,10 @@ class WC_Cart {
/** @var array An array of taxes/tax rates for the shipping. */ /** @var array An array of taxes/tax rates for the shipping. */
public $shipping_taxes; public $shipping_taxes;
/** @var float Discounts (before tax) */ /** @var float Discount amount before tax */
public $discount_cart; 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; public $discount_cart_tax;
/** @var float Total for additional fees. */ /** @var float Total for additional fees. */