Rodrigo Bell
Results
2
comments of
Rodrigo Bell
Correction, the snipped above is sending the raw string to the placeOrders API, but it's expecting a json value. Still, converting the string with `j = json.loads(order)` yields the same...
Ah that would explain it, thanks! I reverted to `bbf113c` and installed with `python setup.py install` but I'm not able to authenticate from this commit. I'm still able to authenticate...