We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7d2f6 commit 6c68cd3Copy full SHA for 6c68cd3
src/Processor/PayPalOrderCompleteProcessor.php
@@ -17,8 +17,8 @@
17
use Sylius\Component\Core\Model\OrderInterface;
18
use Sylius\Component\Core\Model\PaymentInterface;
19
use Sylius\Component\Core\Model\PaymentMethodInterface;
20
-use Sylius\PayPalPlugin\Exception\PaymentAmountMismatchException;
21
use Sylius\PayPalPlugin\DependencyInjection\SyliusPayPalExtension;
+use Sylius\PayPalPlugin\Exception\PaymentAmountMismatchException;
22
use Sylius\PayPalPlugin\Manager\PaymentStateManagerInterface;
23
use Sylius\PayPalPlugin\Verifier\PaymentAmountVerifierInterface;
24
0 commit comments