Hello,
Unfortunately I could not find any information in the docs or on GitHub if trials from Paddle can be used when building a custom paywall using the purchases-js SDK.
Was wondering if I have something wrong in my setup or if this is just not supported at the moment.
Trial is being returned as “null” even though I added it to Paddle for this price.
"subscription_options": {
"base_option": {
"base": {
"cycle_count": 1,
"period_duration": "P1Y",
"price": {
"amount": 4999,
"amount_micros": 49990000,
"currency": "EUR"
}
},
"id": "base_option",
"intro_price": null,
"price_id": "mypriceid",
"trial": null
}
},