We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c7f82 commit 23471b2Copy full SHA for 23471b2
1 file changed
ebaysdk/__init__.py
@@ -767,8 +767,9 @@ class trading(ebaybase):
767
Sunshine Kids Foundation
768
>>> print t.error()
769
<BLANKLINE>
770
- >>> retval2 = t.execute('VerifyAddItem', {})
771
- >>> print t.response_codes()
+ >>> t2 = trading(errors=False, config_file=os.environ.get('EBAY_YAML'))
+ >>> retval2 = t2.execute('VerifyAddItem', {})
772
+ >>> print t2.response_codes()
773
[10009]
774
"""
775
0 commit comments