in typescript/src/services/google-play-v2.ts [131:137]
freeTrial: isFreeTrial(offerId, latestOrderId),
testPurchase,
obfuscatedExternalAccountId,
rawResponse: purchase.data,
};
} catch (error: any) {
if (error?.status == 400 || error?.status == 404 || error?.status == 410) {