From 1ce9babb61c71de398e53fb8b5713a962e2e55a6 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 5 Feb 2022 17:37:37 +0100 Subject: [PATCH] Update BuyableProduct.php --- tests/Fixtures/BuyableProduct.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Fixtures/BuyableProduct.php b/tests/Fixtures/BuyableProduct.php index fc317e5..b28699c 100644 --- a/tests/Fixtures/BuyableProduct.php +++ b/tests/Fixtures/BuyableProduct.php @@ -19,6 +19,7 @@ class BuyableProduct extends Model implements Buyable 'title', 'description', 'price', + 'currency', 'weight', ];