InAppPurchases
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user