1
This commit is contained in:
@@ -1269,7 +1269,7 @@ class OrderServicePackageService extends BaseService
|
||||
$params = array();
|
||||
$params['package_id'] = $package_id;
|
||||
$params['product_id'] = $product_id;
|
||||
$health_package_product = HealthPackage::getOne($params);
|
||||
$health_package_product = HealthPackageProduct::getOne($params);
|
||||
if (empty($health_package_product)){
|
||||
return $total_quantity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user