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
When you use module with credit cards logos disabled, you have an error on checkout becouse your module try to load image images/paymill/icon_32x20_.png.
This error in magento 1.9 with php7 block checkout process, paymill form go in error.
When you use module with credit cards logos disabled, you have an error on checkout becouse your module try to load image images/paymill/icon_32x20_.png.
This error in magento 1.9 with php7 block checkout process, paymill form go in error.
We resolve changing this code:
if(!empty($cards)) {
with
if(trim(Mage::getStoreConfig('payment/paymill_creditcard/specificcreditcard')) != "") {
The text was updated successfully, but these errors were encountered: