-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Public Hash Error #38436
Comments
Hi @apriddy-16. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Dash. Thank you for working on this issue.
|
Thanks for the reference. We saw those and both tickets have 0 resolution
with the last comment in July or Octoober 2023.
…On Fri, Feb 9, 2024 at 5:23 AM devchris79 ***@***.***> wrote:
I think this has been reported a couple of times:
#32943 <#32943>
#34424 <#34424>
—
Reply to this email directly, view it on GitHub
<#38436 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGA3ANJRNYVUFQ7Y5ZDTQ3LYSX2KHAVCNFSM6AAAAABDARMVSWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZVGY3DSNZVGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Anna Priddy
She / Her
Account Director
Nebo
404-537-1267
***@***.***
www.neboagency.com <//www.neboagency.com>
680 Murphy Ave #1085, Atlanta, GA 30310
[image: facebook] <https://www.facebook.com/NeboAgency/>
[image: twitter] <https://twitter.com/neboagency>
[image: linkedin] <https://www.linkedin.com/company/7469/>
[image: instagram] <https://www.instagram.com/neboagency/>
**I will be OOTO 2/23**
|
Same issue exists in Magento 2.4.6.p3. So looks like this is never checked and fixed. |
@magento give me 2.4-develop instance |
Hi @engcom-Dash. Thank you for your request. I'm working on Magento instance for you. |
Hi @engcom-Dash, here is your Magento Instance: https://bb496d35baedd3f02017dd5750ad668d.instances-prod.magento-community.engineering |
Hi @apriddy-16 Thanks for reporting and collaboration. Verified the issue in both 2.4.6-p3 and 2.4.7 beta 2. But, in 2.4.7-beta2 the issue is not reproducible. please refer the attached screen recording. Screen.Recording.2024-02-12.at.6.52.20.PM.movSeems like the issue is fixed in latest magento. Thanks. |
Hi @apriddy-16 We have noticed that this issue has not been updated since long time. Hence we assume that this issue is fixed now, so we are closing it. Please feel to raise a fresh ticket or reopen this ticket if you need more assistance on this. Thanks |
What is the fix for the issue? Is there any patch available? |
Looks like you are using custom payment method or older magento version. You have to add below line in vault.js this.$vaultContainer.find('[name="payment[public_hash]"]').val(this.publicHash); |
Preconditions and environment
Steps to reproduce
Expected result
Currently, we have discovered the Public Hash error when customers try to create a new order with a saved credit card, they get this error. Also, we see this error when we try to place an order for an existing customer from the Admin panel. It has to do with the Vault where credit cards are saved.
When the order is placed in the admin and the payment option is selected for a saved CC, we expect the order to process.
Actual result
When the saved payment option is selected, when you hit the 'place order' we expect the order to process.
Additional information
No response
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: