|
|
@@ -36,7 +36,7 @@ if(!filter_var($accountName, FILTER_VALIDATE_EMAIL)) {
|
|
|
$zmAuthPIDs = array();
|
|
|
$zmAuthPIDsObj = Capsule::table('tblproducts')
|
|
|
->select('id')
|
|
|
- ->whereIn('gid', [1, 3, 8])
|
|
|
+ ->whereIn('gid', zmAuthGids)
|
|
|
->get()
|
|
|
->toArray();
|
|
|
foreach ($zmAuthPIDsObj as $zmAuthPID) {
|