-
Notifications
You must be signed in to change notification settings - Fork 71
Resolve checkout config provider name is in conflict with paypal/modu… #301
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
…le-braintree-core module's config rovider This PR is to resolve conflict in name with config provider which results in fixing Invisible captcha not working with PayflowPro in Magento Commerce
| <arguments> | ||
| <argument name="configProviders" xsi:type="array"> | ||
| <item name="recaptcha_config_provider" xsi:type="object">Magento\ReCaptchaPaypal\Model\CheckoutConfigProvider</item> | ||
| <item name="paypal_recaptcha_config_provider" xsi:type="object">Magento\ReCaptchaPaypal\Model\CheckoutConfigProvider</item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this should be namespaced as magento_recaptcha_config_provider or maybe magento_paypal_recaptcha_config_provider and the provider in paypal/module-braintree-core should be namespaced as paypal_recaptcha_config_provider.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <item name="paypal_recaptcha_config_provider" xsi:type="object">Magento\ReCaptchaPaypal\Model\CheckoutConfigProvider</item> | |
| <item name="magento_paypal_recaptcha_config_provider" xsi:type="object">Magento\ReCaptchaPaypal\Model\CheckoutConfigProvider</item> |
|
Created issue #307 to track |
| <arguments> | ||
| <argument name="configProviders" xsi:type="array"> | ||
| <item name="recaptcha_config_provider" xsi:type="object">Magento\ReCaptchaPaypal\Model\CheckoutConfigProvider</item> | ||
| <item name="paypal_recaptcha_config_provider" xsi:type="object">Magento\ReCaptchaPaypal\Model\CheckoutConfigProvider</item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <item name="paypal_recaptcha_config_provider" xsi:type="object">Magento\ReCaptchaPaypal\Model\CheckoutConfigProvider</item> | |
| <item name="magento_paypal_recaptcha_config_provider" xsi:type="object">Magento\ReCaptchaPaypal\Model\CheckoutConfigProvider</item> |
Resolve checkout config provider name is in conflict with paypal/module-braintree-core module's config rovider
Description (*)
This PR is to resolve conflict in name with config provider which results in fixing Invisible captcha not working with PayflowPro in Magento Commerce
Fixed Issues (if relevant)
V3 Invisible Captcha not working with Payflopro Payment Method