Skip to content

Commit

Permalink
Merge pull request #46 from jeffcjohnson/master
Browse files Browse the repository at this point in the history
shopping API uses X-EBAY-API-SITE-ID not X-EBAY-API-SITEID
  • Loading branch information
timotheus committed Jan 14, 2014
2 parents 2d1759e + 5722861 commit 0863bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebaysdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def _build_request_headers(self):
headers = {
"X-EBAY-API-VERSION": self.api_config.get('version', ''),
"X-EBAY-API-APP-ID": self.api_config.get('appid', ''),
"X-EBAY-API-SITEID": self.api_config.get('siteid', ''),
"X-EBAY-API-SITE-ID": self.api_config.get('siteid', ''),
"X-EBAY-API-CALL-NAME": self.verb,
"X-EBAY-API-REQUEST-ENCODING": "XML",
"Content-Type": "text/xml"
Expand Down

0 comments on commit 0863bc8

Please sign in to comment.