Skip to content

Commit 28a69ee

Browse files
satwikareddy3facebook-github-bot
authored andcommitted
Fix array key naming inconsistency
Summary: Issue fixed in #628 Reviewed By: liliarizona Differential Revision: D71211317 fbshipit-source-id: 2a2a4a973d30c4acb8b16a684e3ec6b0684b8419
1 parent c83b450 commit 28a69ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/FacebookAds/Object/ServerSide/Event.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ public function getOriginalEventData() {
574574
* Sets the attribution data of the event.
575575
* @return $this
576576
*/
577-
public function setAttributionData($attribute_data) {
578-
$this->container['attribute_data'] = $attribute_data;
577+
public function setAttributionData($attribution_data) {
578+
$this->container['attribution_data'] = $attribution_data;
579579
return $this;
580580
}
581581

0 commit comments

Comments
 (0)