We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6267ee4 commit 32c6898Copy full SHA for 32c6898
1 file changed
Atomx/Resources/Campaign.php
@@ -46,8 +46,8 @@ public function setDailyBudget($dailyBudget, $pacing = 'ASAP')
46
if (!in_array($pacing, ['ASAP', 'EVEN']))
47
throw new InvalidArgumentException('API: Invalid pacing provided: ' . $pacing);
48
49
- $this->budget_cap_amount = $dailyBudget;
50
- $this->budget_cap_pacing = $pacing;
+ $this->daily_budget_amount = $dailyBudget;
+ $this->daily_budget_pacing = $pacing;
51
}
52
53
public function setBidType($type)
0 commit comments