Skip to content

Commit

Permalink
Merge pull request #142 from FatchipRobert/7.0-fix-oxnew-ordercontrol…
Browse files Browse the repository at this point in the history
…ler-bug

Fixed Class not found bug
  • Loading branch information
mariolorenz authored Jan 28, 2025
2 parents f21e435 + c2f219a commit c9edd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use OxidSolutionCatalysts\Adyen\Traits\AdyenPayment;
use OxidEsales\Eshop\Application\Model\Payment as PaymentModel;
use OxidSolutionCatalysts\Adyen\Model\User as AdyenUser;
use OxidSolutionCatalysts\Adyen\Controller\OrderController;
use OxidEsales\Eshop\Application\Controller\OrderController;

/**
* @extendable-class
Expand Down

0 comments on commit c9edd31

Please sign in to comment.