Advertisement
Guest User

sdfdsfdsf

a guest
Nov 21st, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. var productId = 19038853
  2. var expectedPrice = 20
  3. var expectedSellerId = 38713948
  4. var userassetId = 2
  5.  
  6. var buy = 'http://www.roblox.com/API/Item.ashx?rqtype=purchase&productID=' + productId + '&expectedCurrency=1&expectedPrice=' + expectedPrice + '&expectedSellerId=' + expectedSellerId + '&userAssetID=' + userassetId
  7.  
  8. $.post(buy)
  9.  
  10. Error: it logs a error page
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement