Skip to content
Discussion options

You must be logged in to vote

Hey @khodehSoroush i see an error in this section

await playerConnectedNftMarketplace.buyItem(basicNft.address, TOKEN_ID),
          { value: PRICE };

the { value: PRICE} should be inside the function call. It should be something like this

await playerConnectedNftMarketplace.buyItem(basicNft.address, TOKEN_ID, { value: PRICE });

Try that and tell me if it works

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@khodehSoroush
Comment options

Answer selected by khodehSoroush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants