mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 07:31:31 +00:00
Adjusted calcualtion tests need specific discount tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user