Jul 22, 2022
0
Level 2
Laravel Stripe
Error:
Stripe\Exception\InvalidRequestException
You must pass in an existing product ID into product.
While updating the plan in Stripe Plan
Code: Plan::update($plan->plan_id, [ 'amount' => $req->price * 100, 'currency' => "usd", 'interval' => $req->billingPeriod, 'product' => [ 'name' => $req->name, ] ]);
Please or to participate in this conversation.