We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d905073 commit 0a6fca3Copy full SHA for 0a6fca3
1 file changed
Atomx/Resources/Campaign.php
@@ -61,7 +61,7 @@ public function setBidPrice($price)
61
62
public function setCreatives($activeCreatives, $inactiveCreatives)
63
{
64
- $this->active_creatives = $activeCreatives;
65
- $this->inactive_creatives = $inactiveCreatives;
+ $this->creatives_active = $activeCreatives;
+ $this->creatives_inactive = $inactiveCreatives;
66
}
67
0 commit comments