Fixes for CI/CD

This commit is contained in:
Deon George
2022-02-01 20:15:11 +11:00
parent b9b4416737
commit d1a7e399dc
9 changed files with 27 additions and 32 deletions

View File

@@ -36,11 +36,12 @@ class ProductFactory extends Factory
// 'group_avail'
// 'avail_category'
// 'price_type'
'price_group'=>serialize([
1=>[
0=>[
'price_setup'=>50,
'price_base'=>100,
'pricing'=>json_encode([
[
'show'=>true,
[
'setup'=>50,
'base'=>100,
]
]
]),