#ironbeard
1 messages · Page 1 of 1 (latest)
Hello! Under previous_attributes you'll see the items hash which contains the line items on the Subscription prior to the update. You can compare that to the current items.
The Subscription ID is sub_1MAIHTCoTIfwbn28SItvMI0q, I've done a few upgrades testing it out, and it looks like everything is right on Stripe's servers (e.g., he's only subscribed to "All Texas Regions" now), but the webhook response seems to be listing old SubscriptionItems?
Hmm, but the current items should only show a single item in the case of sub_1MAIHTCoTIfwbn28SItvMI0q right? Since I upgraded it to be the one product that includes all others and removed the other previous items
Oh, I think it might have to do with getting the webhooks out of order...the most recent one received isn't necessarily the most recent one sent, right?
Correct, we don't guarantee the order of Event delivery.
gotcha, I think it was just a weird situation like that