in typescript/src/services/google-play-v2.ts [126:137]
userCancellationTime: parseNullableDate(userCancellationTime),
autoRenewing,
// Map the product_id for test Feast purchases for easy identification downstream
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) {