#bluecitrusheart_unexpected
1 messages ยท Page 1 of 1 (latest)
๐ 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/1438555631983263755
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ no, not that I'm aware of offhand. Are you seeing any errors being thrown as you go through your flow? Is there a test page available where I can see the behavior you're seeing?
There are no errors. Unfortunately we cannot share authenticated pages.
::Stripe::CustomerSession.create({
customer: {id},
components: {
payment_element: {
enabled: true,
features: {
payment_method_redisplay: "enabled",
payment_method_save: "enabled",
payment_method_save_usage: "on_session"
}
}
}
})
This is our current payload which matches with the documentation here
I've added payment_method_remove: "enabled" and it shows the delete icon after clicking the three dots. But it seems the editing capaibilities are gone.
Is it possible that Stripe offers a setting to turn this off via the Dashboard?
Do you have screenshots of before and after? And were you ever using payment_method_save in the Customer Session?
Looking for screenshots. Yes, payment_method_save is enabled. The new attribute we've have added after seeing the issue is payment_method_remove: "enabled" to force the delete icon to appear. I'm a little fuzzy on whether the SDK ever provided editing options. QA confirms that it has always been there, but I have only been able to display the delete option.
Hello, I also have the same problem. The โchangeโ button seems to have disappeared.
Checking with my teammates
Are you both able to share Customer Session IDs where you saw this behavior?
Yeah, those IDs aren't sensitive. Can you also share a screenshot with the delete option being in the overflow menu?
cuss_1ST3GQFbNECkcVSpvEIngxBe
One thing I'm noticing, do you see the same behavior if you use the 4242 test card consistently?
Doesn't seem to matter which card is being saved. I do not see the overflow menu anymore.
Trying to check with the team if this is intentional
๐ stepping in here @sharp cosmos and just letting you know that this is being investigated internally and does seem to be a bug. Thanks for raising this, I'll circle back when I have more info.
Thank you for checking on this. I will let our team know the current status.
Okay the issue has been discovered and a fix is being worked on. The fix will still need to deploy which will take a couple hours but the previous state should be recovered shortly.
Thank you!