Closed riccardofinkers closed 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')
This will be fixed in an upcoming release. Thanks for bringing this to our attention.
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')