Skip to content

Commit

Permalink
2.3-8.4.0 -- Fix model image loading
Browse files Browse the repository at this point in the history
  • Loading branch information
maximj committed Jul 24, 2018
1 parent 31234bd commit f9db7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/model/extension/payment/mollie/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function getMethod($address, $total)
$icon = "";

if ($this->config->get($moduleCode . "_show_icons")) {
$icon = '<img src="' . htmlspecialchars($payment_method->image->normal) . '" height="20" style="margin:0 5px -5px 0" />';
$icon = '<img src="' . htmlspecialchars($payment_method->image->size1x) . '" height="20" style="margin:0 5px -5px 0" />';
}

return array(
Expand Down

0 comments on commit f9db7d1

Please sign in to comment.