magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.47k stars 9.28k forks source link

Can't use Braintree Paypal without enabling Braintree Credit Card #35698

Open nick-ose opened 2 years ago

nick-ose commented 2 years ago

Preconditions and environment

Steps to reproduce

  1. Enable Braintree in Admin
  2. Set 'Enable Card Payments' to 'No'.
  3. Set 'Enable PayPal through Braintree' to 'Yes'
  4. Navigate to frontend
  5. Add product to cart
  6. Go to Checkout
  7. Select the BrainTree Paypal method

Expected result

PayPal method is selected and PayPal button appears

Actual result

Method is not selected, page loader is stuck and an error appears in the console.

adapter.js:66 Uncaught TypeError: Cannot read properties of undefined (reading 'clientToken') at Object.getClientToken (adapter.js:66:66) at Object.setup (adapter.js:181:23) at UiClass.reInitPayPal (paypal.js:290:27) at UiClass.onActiveChange (paypal.js:195:18) at setNested (objects.js:44:25) at Object.nested (objects.js:118:20) ....

Additional information

After some investigation it seems this is happening due to a change in the following class:

PayPal\Braintree\Model\Ui\ConfigProvider

public function getConfig(): array { if (!$this->config->isActive()) { return []; }

There is now a check that will return an empty array if the braintree credit card method is not active. This was not in older versions. This data maps to the frontend javascript settings of 'window.checkoutConfig.payment["braintree"]'

In the paypal method renderer it calls for the web/js/view/payment/adapter.js which expects there to be settings under the above 'payment["braintree"]' section. When it cannot find these settings it errors and cannot load.

Release note

No response

Triage and priority

m2-assistant[bot] commented 2 years ago

Hi @nick-ose. Thank you for your report. To speed up processing of this issue, make sure that you provided the following information:

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

For more details, review the Magento Contributor Assistant documentation.

Add a comment to assign the issue: @magento I am working on this

To learn more about issue processing workflow, refer to the Code Contributions.


: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.

:pencil2: Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel

m2-assistant[bot] commented 2 years ago

Hi @engcom-November. 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:

engcom-November commented 2 years ago

Verified the issue on both 2.4.4 project-community-edition and Magento 2.4-develop branch and the issue is reproducible. Hence confirming this issue. image

Thank you.

github-jira-sync-bot commented 2 years ago

:white_check_mark: Jira issue https://jira.corp.magento.com/browse/AC-5914 is successfully created for this GitHub issue.

m2-assistant[bot] commented 2 years ago

:white_check_mark: Confirmed by @engcom-November. Thank you for verifying the issue.
Issue Available: @engcom-November, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.

yogesh-valiya commented 1 year ago

@magento I am working on this

yogesh-valiya commented 1 year ago

This duplicates - https://github.com/magento/magento2/issues/35961 @engcom-Dash