action_kit_api 0.4.7 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -43,7 +43,7 @@ module ActionKitApi
|
|
|
43
43
|
# Will not return private events, events that are full, deleted, or in the past
|
|
44
44
|
# and doesn't return extra fields
|
|
45
45
|
def public_search(*args)
|
|
46
|
-
args[0].merge!(:
|
|
46
|
+
(args[0]).merge!(:campaign_id => self.id)
|
|
47
47
|
results = ActionKitApi.connection.call("Event.public_search", *args)
|
|
48
48
|
|
|
49
49
|
results.map do |r|
|