Closed NFau closed 10 years ago
It would be great if you could submit a failing spec, or let me know how exactly to replicate this. I'm planning on re-writing the contacts code in #15
@NFau could you tell me how to replicate this?
Ok, I'm unable to replicate this issue. I'm going to close it, but feel free to reopen if you are still having problems.
It seems that some entry in capsule are not stock as object but as Hash
For example, the phone number is sometimes a CapsulCRM::Phone or a Hash. This problem cause a NoMethodError in the gem.
@phones=[{"id"=>"...", "type"=>"Work", "phoneNumber"=>"..."}, {"id"=>"...", "phoneNumber"=>"..."}]