View Single Post
04-10-20, 11:58 PM   #2
GreenCoyote
A Murloc Raider
 
GreenCoyote's Avatar
Join Date: Apr 2020
Posts: 5
Smile It is that simple

After day of experiments, I realized that there is no need for secure functions. I just did it the wrong way. Code to buy something is:
Code:
C_AuctionHouse.StartCommoditiesPurchase(itemId, qty, unitPrice);
C_AuctionHouse.ConfirmCommoditiesPurchase(itemId, qty);
And, that’s it. You do not need anything else. Thanks for reading.
  Reply With Quote