Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions sparkpost/transmissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
'campaign': 'campaign_id',
'start_time': 'options/start_time',
'track_opens': 'options/open_tracking',
'track_initial_opens': 'options/initial_open',
'track_clicks': 'options/click_tracking',
'transactional': 'options/transactional',
'use_sandbox': 'options/sandbox',
Expand Down Expand Up @@ -265,8 +264,6 @@ def send(self, **kwargs):
'2015-02-11T08:00:00-04:00'.
:param bool track_opens: Defaults to True. Used to track opens of
transmission
:param bool track_initial_opens: Used to track opens of
transmission with top pixel
:param bool track_clicks: Defaults to True. Used to track clicks of
transmission
:param bool use_sandbox: Flag must be set to use sandbox domain instead
Expand Down