Adjusted calcualtion tests need specific discount tests

This commit is contained in:
Patrick Henninger
2018-12-21 15:52:00 +01:00
parent 48df3f5d74
commit 9e4c6c4a71
3 changed files with 34 additions and 19 deletions

View File

@@ -192,7 +192,7 @@ class CartItem implements Arrayable, Jsonable
}
/**
* Returns the formatted tax.
* Returns the formatted discount.
*
* @param int $decimals
* @param string $decimalPoint
@@ -205,7 +205,7 @@ class CartItem implements Arrayable, Jsonable
}
/**
* Returns the formatted tax.
* Returns the formatted total discount for this cart item.
*
* @param int $decimals
* @param string $decimalPoint