Update BuyableProduct.php

This commit is contained in:
Patrick
2022-02-05 21:38:06 +01:00
committed by GitHub
parent 9d8e45d5d6
commit 0cd1ebff6a

View File

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