Update BuyableProductTrait.php

This commit is contained in:
Patrick
2022-02-05 17:37:19 +01:00
committed by GitHub
parent a6a0b1f802
commit b2a6bcc568

View File

@@ -20,6 +20,7 @@ class BuyableProductTrait extends Model implements Buyable
'title', 'title',
'description', 'description',
'price', 'price',
'currency',
'weight', 'weight',
]; ];