Problemunvalidated
Price objects are generally immutable meaning that fields, such as `unit_amount`, cannot be updated after creation. — When a subscription plan is created in DB, it is synced to create a corresponding product and price on stripe. Tension: now i want to change the price of a plan. Outcome: Create a new Price in Stripe under the existing Product object by passing the `product` parameter.
0846bce7-fa13-44a7-9e5e-e7bef1076d23
Price objects are generally immutable meaning that fields, such as unit_amount, cannot be updated after creation. — When a subscription plan is created in DB, it is synced to create a corresponding product and price on stripe. Tension: now i want to change the price of a plan. Outcome: Create a new Price in Stripe under the existing Product object by passing the product parameter.