#NormanLove-subscription-update

1 messages ยท Page 1 of 1 (latest)

gleaming flare
#

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.

gaunt aspen
#

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?

gleaming flare
#

sorry I don't understand. could you provide an example of what you're trying to do?