#clarkeash
1 messages · Page 1 of 1 (latest)
Hi there
Hey
Hmm let me take a look
Can you try \Stripe\Subscription::retrieve([ 'id' => $id, 'expand' => ['items.data.price.product'] ]);
You are on the legacy PHP SDK approach so it is a little different here. See: https://github.com/stripe/stripe-php/wiki/Migration-to-StripeClient-and-services-in-7.33.0
ahh yes that works thanks
👍