mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 15:41:24 +00:00
Update BuyableProductTrait.php
This commit is contained in:
@@ -27,6 +27,7 @@ class BuyableProductTrait extends Model implements Buyable
|
|||||||
'id' => 1,
|
'id' => 1,
|
||||||
'name' => 'Item name',
|
'name' => 'Item name',
|
||||||
'price' => 10.00,
|
'price' => 10.00,
|
||||||
|
'currency' => 'USD',
|
||||||
'weight' => 0,
|
'weight' => 0,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user