Fix StoreSale factory in DevelopmentSeeder to include commission_centavos

This commit is contained in:
ramram1515
2026-07-03 12:02:43 +08:00
parent 780b6bc05f
commit f4d8a1f963

View File

@@ -184,6 +184,7 @@ class DevelopmentSeeder extends Seeder
'user_id' => $resident->id,
'quantity' => 10,
'retail_price_centavos' => 10000,
'commission_centavos' => 2000,
'sold_at' => now(),
]);