Skip to content

Commit 489ad14

Browse files
committed
New v2 tech targeting
1 parent 32fb213 commit 489ad14

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Atomx/Resources/Profile.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,14 @@ public function setDeviceTargeting($action, $devices)
3434
$this->device_types_filter = $devices;
3535
}
3636

37-
public function setOSTargeting($action, $oses)
37+
public function setOSTargeting($oses)
3838
{
39-
$this->operating_systems_filter_action = strtoupper($action);
40-
$this->operating_systems_filter = $oses;
39+
$this->operating_systems_filter = $oses;
4140
}
4241

43-
public function setBrowserTargeting($action, $browsers)
42+
public function setBrowserTargeting($browsers)
4443
{
45-
$this->browsers_filter_action = strtoupper($action);
46-
$this->browsers_filter = $browsers;
44+
$this->browsers_filter = $browsers;
4745
}
4846

4947
public function setNetworkTargeting($action, $networks)

0 commit comments

Comments
 (0)