#sqarf_code

1 messages ¡ Page 1 of 1 (latest)

manic dustBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1314177287792623707

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

red prairie
#

See description: "3-sites package"

#

From where does Stripe get this description?

#

This is (with php) how I am retrivieng them, if it helps paymentLinks->allLineItems($this->id, [
'expand' => ['data.price.product'],
]

jolly iron
#

Hi

#

It's from the Product's level I think.

#

Could you please share the Subscription Id ?

red prairie
#

Yes, just a moment

#

This is the product prod_QzdKem5jVxDwQf

#

This is hte payment_link plink_1QKe2wKK2KWtVf1nhQZNjyqP

#

Subscription is not yet present at this point

jolly iron
#

Yes it's comming from the Product

#

This product name prod_QzdKem5jVxDwQf was 3-sites package

#

It was initially created with that name

#

Check this request:
req_Wy9PfhaA54hS9p

red prairie
#

Ok, it might be so

#

But why api is returning inital name not the updated one?

#

Can I somehow tell api to return the latest product name?

jolly iron
#

You'll need to re-create the PaymentLink then.

red prairie
#

oh..

jolly iron
#

You can't update the line item description

red prairie
#

Aha, ok thanks