Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.9.0-b1
-
Component/s: None
-
Labels:None
Description
plugins/blesta_reseller/models/v2_api.php around line 515 change:
$threshold = $this->Record->select()
To
$threshold = $this->Record->select(['services.*'])