Hi,
i'm looking to make a purchase for a subscription using the function :
billingConnector.subscribe(this, "APP_PRODUCT", 0);
I have a product named "APP_PRODUCT"
and in it i have 3 plans (weekly,montly,yearly)
and in the weekly i have a phase that let the user get a free trial of 1week.
Now using the code above i can make the user suscribe to the APP_PRODUCT -> weekly.
But how about to use the phase with a free trial ?
Regards