lib/exactly/client.rb in exactly-0.0.5 vs lib/exactly/client.rb in exactly-0.0.6
- old
+ new
@@ -45,10 +45,10 @@
},
"Objects" => {
"CustomerKey" => customer_key,
"EmailAddress" => email,
"Lists" => Array(lists).map{|list_id|
- { "ID" => list_id }
+ { "ID" => list_id, "Status" => "Active" }
}
},
:attributes! => { "Objects" => { "xsi:type" => "Subscriber" }}
}