-
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
Correct location of transparent.js #19764
Correct location of transparent.js #19764
Conversation
The reference to this file was originally changed: magento@0ce439b#diff-7fec090bf536a50e1bdfa20e039e27edR9 magento@0ce439b#diff-6de82c32cd46b3be45d4d65e403f4136R9 And the file was moved here: magento@0ce439b#diff-b0845d35ccdd892fe5e1a93a9b714b66 The file move was not ported to 2.3 but the requirejs-config was, breaking admin sales order create with PayflowPro and Authorize.net Fixes magento#19763
Hi @pmclain. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
This sets the token `isVisible` value to faluse if `VaultConfigProvider::IS_ACTIVE_CODE` is not set in the payment's `additionalInformation` property. The value is not set when placing orders through the admin panel, unless the save for later checkbox is selected. This caused all admin order payment to be visible in the stored payment method section in the storefront. Fixes magento#19515 Testing on 2.3 depends on magento#19764
Hi @VladimirZaets, thank you for the review. |
Hi @pmclain. Thank you for your contribution. |
Description (*)
The reference to this file was originally changed:
0ce439b#diff-7fec090bf536a50e1bdfa20e039e27edR9
0ce439b#diff-6de82c32cd46b3be45d4d65e403f4136R9
And the file was moved here:
0ce439b#diff-b0845d35ccdd892fe5e1a93a9b714b66
The file move was not ported to 2.3 but the requirejs-config was, breaking
admin sales order create with PayflowPro and Authorize.net
Fixed Issues (if relevant)
Manual testing scenarios (*)
adminhtml/Magento/backend/{{locale}}/Magento_Payment/js/transparent.js
should not return a 404 error.Contribution checklist (*)