We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5c059 commit 64745c0Copy full SHA for 64745c0
Atomx/Resources/Advertiser.php
@@ -30,7 +30,7 @@ public function setBudget($budget)
30
if ($budget <= 0)
31
throw new InvalidArgumentException('API: Trying to set an advertiser budget to unlimited (0)');
32
33
- $this->budget = 0;
+ $this->budget = $budget;
34
}
35
36
public function setBudgetCapping($capping, $pacing = 'ASAP')
0 commit comments