waylaidwanderer / PHP-SteamCommunity

A PHP library for interacting with the Steam Community website (steamcommunity.com)
MIT License
76 stars 41 forks source link

Wrong trade ID sent? #86

Open ReinholdtheRunner opened 6 years ago

ReinholdtheRunner commented 6 years ago

Hey guys, I am getting a tradeID when calling

$trade->send($usertoken);

Everything seams to be working. I can also use it to open the correct trade offer via

https://steamcommunity.com/tradeoffer/ -TRADEID-

My website repetitively checks if the offer was accepted using

https://api.steampowered.com/IEconService/GetTradeOffer/v1/?key=" -STEAMAPIKEY- "&tradeofferid=" -TRADEID- "

For some reason I can not check for the current state when the server.php file is getting called from another computer but mine. I can't even check the state when pasting the tradeID manually into the api url above. Is it a wrong tradeID then? Please help!