InAppPurchases

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-17 17:20:47 -07:00
committed by Esteban Papp
parent 2ae8b36589
commit 9c8cc729b1
@@ -329,7 +329,7 @@ namespace InAppPurchases
{
if (m_productInfoIndex < 0)
{
m_productInfoIndex = productDetails->size() - 1;
m_productInfoIndex = static_cast<int>(productDetails->size() - 1);
}
if (productDetails->size() > 0)
@@ -375,7 +375,7 @@ namespace InAppPurchases
{
if (m_purchasedProductInfoIndex < 0)
{
m_purchasedProductInfoIndex = purchasedProductDetails->size() - 1;
m_purchasedProductInfoIndex = static_cast<int>(purchasedProductDetails->size() - 1);
}
if (purchasedProductDetails->size() > 0)