bjjb / ebayr

A small library to help using the eBay Trading API with Ruby
MIT License
60 stars 49 forks source link

Handle Arrays #10

Closed SpeerJ closed 9 years ago

SpeerJ commented 9 years ago

It takes in a array in a hash e.g. name: [ 1 , 2, 3] and converts it to 123. should solve sathishfreshdesk's issue. I have tested this for the get order call.

SpeerJ commented 9 years ago

oops, I didnt see the tests.

bjjb commented 9 years ago

So, @SpeerJ , you don't want to merge in this change?

SpeerJ commented 9 years ago

No sorry it was a stupid mistake, I didn't read the tests before hand. It's working fine as is.