Skip to content
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

Minify JavaScript Files creating wrong reference for Braintree Module #4510

Closed
rudik99 opened this issue May 15, 2016 · 2 comments
Closed

Minify JavaScript Files creating wrong reference for Braintree Module #4510

rudik99 opened this issue May 15, 2016 · 2 comments

Comments

@rudik99
Copy link

rudik99 commented May 15, 2016

Steps to reproduce

  1. Install Magento from main branch. Version 2.0.5 version
  2. Use inbuilt braintree payment module, with any combination of settings.
  3. goto Configuration, Advanced, Developer, JavaScript Settings, Set Minify JavaScript Files to YES.

Expected result

  1. Braintree payment method should appear and be usable.

Actual result

  1. Braintree payment method NOT shown on checkout.
  2. When minify is enable it creates the reference to a 3rd party code (hosted on braintree) that includes .min.js extension. for example: https://js.braintreegateway.com/v2/braintree.min.js SHOULD BE: https://js.braintreegateway.com/v2/braintree.js
    3.The solution in the interim is to turn off Javascript minifcation.

screen shot 2016-05-15 at 5 53 02 pm

Different issue to #3811

@YevSent
Copy link
Contributor

YevSent commented May 16, 2016

This issue duplicated to #3916 and already resolved in the develop branch.
Closing this issue, please feel free contacting us if you have any further issues.

@YevSent YevSent closed this as completed May 16, 2016
@YevSent YevSent added the CS label May 16, 2016
@rudik99
Copy link
Author

rudik99 commented May 16, 2016

Thanks, sorry for the duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants