From 543483b14d51476f402cb9bf7cd8af1296db54f1 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 5 Feb 2022 22:13:42 +0100 Subject: [PATCH] Update CartTest.php --- tests/CartTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CartTest.php b/tests/CartTest.php index 0873226..a4b1c8d 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -536,7 +536,7 @@ class CartTest extends TestCase 'tax' => '2.10', 'subtotal' => '10.00', 'options' => [], - 'discount' => '0', + 'discount' => '0.00', 'weight' => 0, ], '370d08585360f5c568b18d1f2e4ca1df' => [ @@ -548,7 +548,7 @@ class CartTest extends TestCase 'tax' => '2.10', 'subtotal' => '10.00', 'options' => [], - 'discount' => '0', + 'discount' => '0.00', 'weight' => 0, ], ], $content->toArray());