#yogeshwari

1 messages · Page 1 of 1 (latest)

acoustic echoBOT
acoustic isle
#

I don't understand the question. Can you be more explicit?

frozen vale
#

For Ex: User have have Pro Subscription Monthly and then user upgrade this subscription to Pro Yearly.

#

Then Pro subscription shows active so is it correct?

#

$response=$stripe->subscriptions->update($user->stripe_subscription_id, [
'cancel_at_period_end' => false,
'proration_behavior' => 'always_invoice',
'items' => [
[
'id' => $subscription->items->data[0]->id,
'price' => $price_id,
],
],
]);

#

I have used this code

acoustic isle