Skip to content

Commit b1f7fe8

Browse files
committed
dCPM should be DCPM
1 parent 315dd70 commit b1f7fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Atomx/Resources/Campaign.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function setBidType($type)
5252
if (!in_array($type, ['CPM', 'dCPM', 'CPC', 'CPA']))
5353
throw new InvalidArgumentException('API: Invalid bid type provided');
5454

55-
$this->pricemodel = $type;
55+
$this->pricemodel = strtoupper($type);
5656
}
5757

5858
public function setBidPrice($price)

0 commit comments

Comments
 (0)