diff --git a/tests/Fixtures/BuyableProduct.php b/tests/Fixtures/BuyableProduct.php index 435219b..fc317e5 100644 --- a/tests/Fixtures/BuyableProduct.php +++ b/tests/Fixtures/BuyableProduct.php @@ -55,7 +55,7 @@ class BuyableProduct extends Model implements Buyable */ public function getBuyablePrice(): Money { - return new Money($this->price); + return new Money($this->price, $this->currency); } /**