$discount_total deprecated to prevent errors.

This commit is contained in:
Mike Jolley 2014-12-12 16:39:24 +00:00
parent c0e01e88dc
commit c929b35f4f
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ class WC_Cart {
/** @var float Discounted tax amount. Used predominantly for displaying tax inclusive prices correctly */
public $discount_cart_tax;
/** @var @deprecated 2.3 No longer used - used to be after tax discount. */
public $discount_total = 0;
/** @var float Total for additional fees. */
public $fee_total;