Ebay API – How can use two namespaces in one file?
I am using SDK from http://devbay.net/sdk/guides/api/namespace-DTS.eBaySDK.html And I need use Finding and Trading services in one file. How can i declare different namespaces use DTSeBaySDKConstants; use DTSeBaySDKFindingServices; use DTSeBaySDKFindingTypes; use DTSeBaySDKFindingEnums; use DTSeBaySDKTradingServices; use DTSeBaySDKTradingTypes; use DTSeBaySDKTradingEnums; PHP Fatal error:…