Open Detzler opened 2 months ago
Hi @Detzler. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
@magento give me 2.4-develop instance
Hi @Detzler. Thank you for your request. I'm working on Magento instance for you.
Hi @Detzler, here is your Magento Instance: https://f7b5e2fa480259116ce3040594f10b12.instances-prod.magento-community.engineering Admin access: https://f7b5e2fa480259116ce3040594f10b12.instances-prod.magento-community.engineering/admin_114b Login: 5d0f1cfe Password: 33317b251f6a
Reproduced at the magento instance:
I've deleted my paypal sandbox credentials in the backend. Please use yours for your further work.
Hi @engcom-Delta. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Found the cause in:
After changing the line from:
$to['SHIPTONAME'] = $shippingAddress->getName();
to:
$to['SHIPTONAME'] = $shippingAddress->getFirstname() . ' ' . $shippingAddress->getLastname();
... the popup looks right now:
Kindly asking to fix it in a new magento release.
Preconditions and environment
Steps to reproduce
Expected result
Fields should be filled correctly.
Actual result
Additional information
No response
Release note
No response
Triage and priority