ECPay / PrestaShop_PHP

PrestaShop購物車 ECPAY金流模組
0 stars 0 forks source link

Version number incompatible #3

Open 23b opened 2 years ago

23b commented 2 years ago

You define the module version in ecpay.php like so: $this->version = '1.0.2002260';

This is not compatible with Prestashop. The Database field that stores the version is ps_module.version. Your set version exceeds the maximum length of VARCHAR(8).