ebay = Ebay::Api.new(:site_id => 3)
cats = ebay.get_categories
pp cats
Gives:
Ebay::Responses::GetCategories:0xb736bcb4
@ack="Success",
@bot_block=nil,
@build="E643_INTL_BUNDLED_10296971_R1",
@categories=[],
@category_count=nil,
@category_version="83",
@correlation_id=nil,
@duplicate_invocation_details=nil,
@eias_token=nil,
@errors=[],
@external_user_data=nil,
@hard_expiration_warning=nil,
@message=nil,
@minimum_reserve_price=50.0,
@notification_event_name=nil,
@notification_signature=nil,
@recipient_user_id=nil,
@reduce_reserve_allowed=nil,
@reserve_price_allowed=true,
@timestamp=Thu Dec 03 16:35:36 UTC 2009,
@update_time=Mon Jun 15 14:51:45 UTC 2009,
@version="643"
Seems to return an empty category list ?
What is your problem ?
I've been using it with rails 2.3.4 without any issues. The only one I had was in cattr_accessor.rb but was patched in the version 0.12.