OPSkins / trade-opskins-api

API docs for trade.opskins.com
41 stars 19 forks source link

Duplicate item IDs are ignored #89

Closed almatrass closed 6 years ago

almatrass commented 6 years ago

Not really a bug with the API, however duplicate item IDs in trades are ignored.

It's an issue that really should be dealt with by us before sending, but wouldn't it be more sensible to just abort trade if there are dupes on your end? Since if there are duplicates, an error has almost certainly occurred on our end.

Voyager-Two commented 6 years ago

Hello,

We will be adding this sanity check when we add the feature to send Item IDs separately, like so: items_to_send & items_to_receive

Thanks for bringing this up.

Voyager-Two commented 6 years ago

Added items_to_send & items_to_receive inputs in SendOffer endpoints which check for same Item IDs.

Thanks