Hi there!
How is trial_period
calculated in `/v2/products/`
endpoint?
1) We have a subscription with an offer in PlayStore with the Eligibility criteria
type: Developer determined
and the only Free Trial
phase, but the data for this subscription does not match the expected values:
"subscription": {
"duration": "P1Y",
"grace_period_duration": "P14D",
"trial_duration": null
}
2) For AppStore subscriptions, there is no data available at all:
"subscription": {
"duration": null,
"grace_period_duration": null,
"trial_duration": null
}
, even though the subscription has an Introductory Offer
with a zero price.