Jump to content
McKay Development

Recommended Posts

Hello,

I'm trying to use function getExchangeDetails, to get old asseit and new_assetid, but if I type 

offer.getExchangeDetails(function(err, receivedItems) {
    if(!err) {
        console.log("New items: " + receivedItems);
        console.log(receivedItems[0].new_assetid);
        console.log(receivedItems[0].assetid);
    } else {
        console.log("[ERROR] Loading offer items details.");
    }
});

the output is:

3 (But items count was 4, maybe 0 is number too)

undefined or TypeError: Cannot read property '0' of undefined

undefined or TypeError: Cannot read property '0' of undefined

 

I don't know where is the mistake, somebody can explain to me, please? Thanks, Alex.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...