Problem is that you are inside onBuy callback in 79 line of code, function that will be called, when player clicks in tibia client some action (Buy/Sell) in Trade Window.
Your code:
openShopWindow(cid, shopWindow, function(cid, itemId, subType, amount, ignoreCap, inBackpacks)...