Skip to content

Commit

Permalink
Merge across forks to get CI working (#265) (#266)
Browse files Browse the repository at this point in the history
* Add store identifiers to line item

* bump version
  • Loading branch information
osowskit committed Sep 25, 2020
1 parent e2fce97 commit 1b46582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion twitter_ads/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2015 Twitter, Inc.

VERSION = (7, 0, 1)
VERSION = (7, 0, 2)
API_VERSION = '7'

from twitter_ads.utils import get_version
Expand Down
2 changes: 2 additions & 0 deletions twitter_ads/campaign.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ def save(self):
resource_property(LineItem, 'charge_by')
resource_property(LineItem, 'end_time', transform=TRANSFORM.TIME)
resource_property(LineItem, 'entity_status')
resource_property(LineItem, 'ios_app_store_identifier')
resource_property(LineItem, 'android_app_store_identifier')
resource_property(LineItem, 'audience_expansion')
resource_property(LineItem, 'name')
resource_property(LineItem, 'objective')
Expand Down

0 comments on commit 1b46582

Please sign in to comment.