paynl / magento-plugin

Pay.nl magento plugin
9 stars 12 forks source link

Images on checkoutpages won't load #37

Closed riccardofinkers closed 5 years ago

riccardofinkers commented 5 years ago

in Pay/Payment/Block/Form/Abstract.php

Line 39: ->setPaymentMethodImageSrc('https://www.static.pay.nl/payment_profiles/' . $iconSize . '/' . $this->paymentMethodId . '.png')

change to: ->setPaymentMethodImageSrc('https://static.pay.nl/payment_profiles/' . $iconSize . '/' . $this->paymentMethodId . '.png')

IvoWams commented 5 years ago

This will be fixed in an upcoming release. Thanks for bringing this to our attention.