Closed
Description
When "Minify JavaScript Files" is turned on, Magento does add .min to the external paypal script. You can enable merge or bundling, both don't affect the file or in general external files.
Preconditions
- Magento 2.1.0
- PHP-FPM 7.0.8
- 10.1.16-MariaDB-1~jessie
Steps to reproduce
- Login to Backend
- Shops -> Configuration ->Advanced -> Developer -> JavaScript Settings
- Put "Minify JavaScript Files" to "Yes"
- Save Config
Expected result
- "https://www.paypalobjects.com/api/checkout.js" is included
Actual result
- "https://www.paypalobjects.com/api/checkout.min.js" is included