![[Fixed Magento 2.3.X] The Checksum Failed Vertex/Module-Tax | (Hình 1) Magento](https://cdn11.gafaba.com/wp-content/uploads/2019/04/magento.jpg)
Bạn đang gặp lỗi này khi nâng cấp Magento 2.1.x 2.2.x lên 2.3.x?
Installing vertex/module-tax (3.0.0): Downloading (100%)
[UnexpectedValueException] The checksum verification of the file failed (downloaded from https://repo.magento.com/archives/vertex/module-tax/vertex-module-tax-3.0.0.0.zip)
Lỗi này Fix như sau:
Vertex không phải là Core Module chính trên Magento 2, nên vì thế bạn có thể xóa nó không cho nó tiến hành trong quá trình cài đặt hoặc Upgrade bằng cách Edit File composer.json và thêm vào dưới dòng này require-dev{}
"replace": {
"vertex/module-tax": "*",
},
Thật đơn giản quá nhỉ? bạn chưa làm được thì nhớ Comment dưới nhé