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 315dd70 commit b1f7fe8Copy full SHA for b1f7fe8
Atomx/Resources/Campaign.php
@@ -52,7 +52,7 @@ public function setBidType($type)
52
if (!in_array($type, ['CPM', 'dCPM', 'CPC', 'CPA']))
53
throw new InvalidArgumentException('API: Invalid bid type provided');
54
55
- $this->pricemodel = $type;
+ $this->pricemodel = strtoupper($type);
56
}
57
58
public function setBidPrice($price)
0 commit comments