From f643fcea8d513e3a696ec23038b22f80c817fce9 Mon Sep 17 00:00:00 2001 From: Sergey Saranchuk Date: Wed, 28 Jul 2021 10:36:57 +0300 Subject: [PATCH] Fix icon path --- buckaroo3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buckaroo3.php b/buckaroo3.php index 26f271c06..bc7269d68 100644 --- a/buckaroo3.php +++ b/buckaroo3.php @@ -658,7 +658,7 @@ public function hookPaymentOptions($params) $newOption->setCallToActionText($this->getBuckarooLabel('SOFORTBANKING', 'Pay by Sofortbanking')) ->setAction($this->context->link->getModuleLink('buckaroo3', 'request', ['method' => 'sofortueberweisung'])) //phpcs:ignore ->setInputs($this->getBuckarooFeeInputs('SOFORTBANKING')) - ->setLogo($this->_path . 'views/img/buckaroo_images/buckaroo_sofort?v.png?'); //phpcs:ignore + ->setLogo($this->_path . 'views/img/buckaroo_images/buckaroo_sofort.png?v'); //phpcs:ignore $payment_options[] = $newOption; } if (Config::get('BUCKAROO_BELFIUS_ENABLED')) {