Fixes for CI/CD
This commit is contained in:
@@ -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,
|
||||
]
|
||||
]
|
||||
]),
|
||||
|
Reference in New Issue
Block a user