Skip to content

Commit 0a6fca3

Browse files
committed
Campaign: setCreatives wrong order fixed
1 parent d905073 commit 0a6fca3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Atomx/Resources/Campaign.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function setBidPrice($price)
6161

6262
public function setCreatives($activeCreatives, $inactiveCreatives)
6363
{
64-
$this->active_creatives = $activeCreatives;
65-
$this->inactive_creatives = $inactiveCreatives;
64+
$this->creatives_active = $activeCreatives;
65+
$this->creatives_inactive = $inactiveCreatives;
6666
}
6767
}

0 commit comments

Comments
 (0)