Skip to content

Commit

Permalink
Fix icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
saranchuk-hys committed Jul 28, 2021
1 parent 612411c commit f643fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buckaroo3.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit f643fce

Please sign in to comment.