You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade from 2.0.2 from 2.0.4 with composer (Magento 2.0.2 is installed like this => composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition <installation directory name>
Look on develop branch here => https://github.com/magento/magento2/blob/develop/app/code/Magento/Checkout/view/frontend/web/js/view/payment.js#L56
Expected result
Same code
Actual result
If I look in MAGENTOFOLDER/vendor/magento/vendor/magento/module-checkout/view/frontend/web/js/view/payment.js
The js code is different compared from the develop branch
More info
This is just an example, there are a lot of problem like this
The text was updated successfully, but these errors were encountered:
@quenti This is expected. Since 2.0.4 is only a patch version and what is in develop is WIP. Please check the version in tag 2.0.4 and compare if it's the same.
Steps to reproduce
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition <installation directory name>
https://github.com/magento/magento2/blob/develop/app/code/Magento/Checkout/view/frontend/web/js/view/payment.js#L56
Expected result
Actual result
MAGENTOFOLDER/vendor/magento/vendor/magento/module-checkout/view/frontend/web/js/view/payment.js
The js code is different compared from the
develop branch
More info
The text was updated successfully, but these errors were encountered: