From bd1487f5a9adc07b841b2213304d88144be5f65d Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 6 Feb 2022 19:54:59 +0100 Subject: [PATCH] Update CanBeBought.php --- src/CanBeBought.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CanBeBought.php b/src/CanBeBought.php index e4c3c51..d3e52cc 100644 --- a/src/CanBeBought.php +++ b/src/CanBeBought.php @@ -54,7 +54,7 @@ trait CanBeBought return 0; } - + /** * Get the taxRate of the Buyable item. */