public void PurchaseItemWithStandardCurrency() { Debug.Log(int.Parse(itemQuantityAmount.text)); CloudGoods.StoreItemPurchase(itemInfo.storeItem.itemID, int.Parse(itemQuantityAmount.text), CurrencyType.Standard, 0, OnReceivedItemPurchaseConfirmation); ClosePanel(); }