- 🇺🇸United States moonagedev
Hi, I was dealing with the same issue as @rhovland mentioned with commerce_authnet. I've attached a couple small patches, one for commerce and one for commerce_authnet, that solve this problem. Essentially you just need to run updatePaymentMethod() when the payment is submitted and it will update the info on authorize.net. I hope this helps someone.
- 🇳🇱Netherlands huijse
I do not see an edit button. Not sure why.. Do I need to configure something take in effect? I am using the latest version of commerce core 2.33
So besides the ability to add a new cards which is possible I do not see an edit next to the: Visa ending 4242
- 🇮🇱Israel jsacksick
@huijse: I think you misunderstood what this issue is fixing.
There's no support in checkout for updating existing payment methods.
This was about updating billing information attached to a payment method right after a payment method is added.
- 🇮🇹Italy trickfun
Same issue here https://www.drupal.org/project/commerce/issues/3373306#comment-15866731 ✨ Customers cannot edit or delete payment methods during checkout Active
I think that editing should be directly in checkout because a large number simply close the browser window and never return if there isn't an edit button.Thank you