Skip to content

Commit

Permalink
BP-3427 - Compatibility with Buckaroo Magento 2 modules - Magento2 - …
Browse files Browse the repository at this point in the history
…fixes
  • Loading branch information
LucianTuriacArnia committed Apr 2, 2024
1 parent 11141dc commit cb21c2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Observer/RestoreQuote.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

namespace Buckaroo\Magento2\Observer;

use Buckaroo\Magento2\Helper\Data;
use Buckaroo\Magento2\Helper\PaymentGroupTransaction;
use Buckaroo\Magento2\Logging\BuckarooLoggerInterface;
use Buckaroo\Magento2\Model\ConfigProvider\Account;
Expand Down Expand Up @@ -173,7 +172,7 @@ public function execute(Observer $observer): void
*
* @return false
*/
public function shouldSkipFurtherEventHandling(): bool
public function shouldSkipFurtherEventHandling()

This comment has been minimized.

Copy link
@harli91

harli91 Apr 3, 2024

Contributor

better if we are return a specific type

{
return false;
}
Expand Down

0 comments on commit cb21c2c

Please sign in to comment.