Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When Creating Segment, Ensure Only ID is Returned #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DanielWright
Copy link

api_call.static_segment_add returns a Hash, not the segment's ID, so when a segment is created, @segment_id can contain an unexpected Hash, which causes an exception to be thrown when, say, subscribing a customer. Bad news bears!

`api_call.static_segment_add` returns a Hash, not the segment's ID, so when a segment is created, `@segment_id` can contain an unexpected Hash.
@DanielWright
Copy link
Author

CI spec failures seem to have been caused by 4681d8a. Shall I update the specs to reflect the change?

@joshnuss
Copy link
Contributor

joshnuss commented May 7, 2015

Thanks ddubya!

Yes, updating that spec would be helpful (/cc: @braidn )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants