We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c72dc commit eb31039Copy full SHA for eb31039
1 file changed
Atomx/Resources/Advertiser.php
@@ -32,9 +32,6 @@ public function setBudget($budget)
32
{
33
$budget = intval($budget);
34
35
- if ($budget <= 0)
36
- throw new InvalidArgumentException('API: Trying to set an advertiser budget to unlimited (0)');
37
-
38
$this->budget = $budget;
39
}
40
0 commit comments