-
Notifications
You must be signed in to change notification settings - Fork 9.4k
fix for the #24618 Magento/Braintree/view/frontend/web/js/view/payment/method-renderer/paypal.js accessing undefined variables #24622
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
Conversation
Hi @speedupmate. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Hi @sidolov, thank you for the review.
|
@speedupmate thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
…paypal.js accessing undefined variables
@magento give me test instance |
Hi @engcom-Delta. Thank you for your request. I'm working on Magento instance for you |
Hi @engcom-Delta, here is your new Magento instance. |
✔️ QA passed |
…s/view/payment/method-renderer/paypal.js accessing undefined variables #24622
Hi @speedupmate, thank you for your contribution! |
fix for the #24618 Magento/Braintree/view/frontend/web/js/view/payment/method-renderer/paypal.js accessing undefined variables . Adding variable _.isUndefined check
Description (*)
Fixes issue where Magento_Braintree payment method is loaded when shipping address object is not filled with all address data jet . Adds additional variable check to the mix to validate if address.street is defined with _.isUndefined
Fixed Issues (if relevant)