Open DanielWright opened 9 years ago
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
@segment_id
CI spec failures seem to have been caused by 4681d8a8b8a37fb8867abbcdac0fb11283d58c0e. Shall I update the specs to reflect the change?
Thanks ddubya!
Yes, updating that spec would be helpful (/cc: @braidn )
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!