#NormanLove-subscription-update
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Give me a moment to look into it please ๐ thanks
AFAIK It should.
You can actually check the upcoming invoice on the subscription to validate that.
and my code just creates a subscription and if it was created I add the user, so nothing should change there because even with the trial, a subscription is still created right?
$subscription = \Stripe\Subscription::create(array(
"customer" => $customer->id,
"items" => array(
array(
"price" => $priceid_1444,
),
),
));
is the fact that I create the sub with the price an issue?
sorry I don't understand. could you provide an example of what you're trying to do?