balanced / balanced-ruby

Balanced API library in ruby.
MIT License
111 stars 47 forks source link

Duplicate Customers #187

Closed fedesoria closed 10 years ago

fedesoria commented 10 years ago

When calling Balanced::Customer.new(customer_data) it should return a response that the Customer already exists with the customer_uri so we don't end up with duplicates of customers.

remear commented 10 years ago

This isn't a balanced-ruby issue. If you'd like to propose this as an API feature, you're welcome to open an issue at https://github.com/balanced/balanced-api/issues

fedesoria commented 10 years ago

Thanks.