mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
Update Cart.php
This commit is contained in:
@@ -51,7 +51,7 @@ class Cart
|
||||
/**
|
||||
* Defines the discount percentage.
|
||||
*/
|
||||
private ?Money $discount = null;
|
||||
private float $discount = 0;
|
||||
|
||||
/**
|
||||
* Defines the tax rate.
|
||||
|
||||
Reference in New Issue
Block a user