Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example trade #79

Open
ghost opened this issue Sep 15, 2017 · 0 comments
Open

Example trade #79

ghost opened this issue Sep 15, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 15, 2017

Hi guys. I need example.
I have this:
$tradeOffers = $steam->tradeOffers();
var_dump($tradeOffers->getTradeOffersViaAPI(true));
$trade = $tradeOffers->createTrade(12345);
$trade->addOtherItem(730, 2, "12345678");
var_dump($trade->send());
var_dump($trade->sendWithToken('token'));

how i must edit to send trade? My steamid: aaaaaaa
Other steamid: bbbbbbb
my itemid: ccccccc
Sorry for bad english, but i use google translator :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants