Error #1610
-
I'm doing a test from datetime import datetime, timedelta credentials = dict( Orders(credentials=credentials).get_orders(CreatedAfter=(datetime.utcnow() - timedelta(days=1)).isoformat()) I get the following error: File "c:\Temp\test_amazon.py", line 15, in what am I doing wrong? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should remove this line: ENV_DISABLE_DONATION_MSG=1 And donate instead. Jokes aside, the sandbox allows for a certain request object, and isn't suitable for real world testing. |
Beta Was this translation helpful? Give feedback.
You should remove this line:
ENV_DISABLE_DONATION_MSG=1
And donate instead.
Jokes aside, the sandbox allows for a certain request object, and isn't suitable for real world testing.