product_name
This commit is contained in:
parent
ea762c02fa
commit
c4c80ca9be
@ -665,7 +665,7 @@ class FlowPoolService extends Service
|
||||
$setting_status = 0;
|
||||
$minimum_settings[$product['product_id']] = [
|
||||
'product_id' => $product['product_id'],
|
||||
'product_name' => $product['product_name'],
|
||||
'product_name' => ProductService::load($product['product_id'])['name'],
|
||||
'flows' => 0,
|
||||
'price' => 0
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user