productId: mapAndroidProductId()

in typescript/src/services/google-play-v2.ts [129:137]


      productId: mapAndroidProductId(productId, packageName, testPurchase),
      billingPeriodDuration,
      freeTrial: isFreeTrial(offerId, latestOrderId),
      testPurchase,
      obfuscatedExternalAccountId,
      rawResponse: purchase.data,
    };
  } catch (error: any) {
    if (error?.status == 400 || error?.status == 404 || error?.status == 410) {