I am implementing laravel cashier on laravel 8 with laravel cashier 12.50 and php 7.4.12
i follow everything but really can't pass metadata i tried everything spend more than 24 hours to find a solution to pass metadate. According to the doc it says i have to use withMetadata(), below my syntax but no metadata are passed with mycontoller to stripe :
Nevermind, I just realized the docs say that when swapping plans, metedata is preserved from the old plan to the new plan. Not sure how to update the metadata though.
did anyone find a solid way to attach metadata directly to a Stripe subscription using Cashier without jumping through too many hoops? I'm running into the same issue now and wondering if anyone’s found a better workaround since this thread was last active.