Update BuyableProduct.php

This commit is contained in:
Patrick
2022-02-05 21:34:00 +01:00
committed by GitHub
parent 87d63e6b5b
commit 747ee70edb

View File

@@ -28,7 +28,7 @@ class BuyableProduct extends Model implements Buyable
protected $attributes = [
'id' => 1,
'name' => 'Item name',
'price' => 10.00,
'price' => '10.00',
'currency' => 'USD',
'weight' => 0,
];