File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ ### UPGRADE FROM 1.6.1 to 1.6.2
2+
3+ 1 . The following constructor signatures have been changed:
4+
5+ ` Sylius\PayPalPlugin\Controller\CreatePayPalOrderFromCartAction ` :
6+ ``` diff
7+ public function __construct(
8+ private readonly ?Payum $payum,
9+ private readonly ?OrderRepositoryInterface $orderRepository,
10+ private readonly ?FactoryInterface $stateMachineFactory,
11+ private readonly ObjectManager $paymentManager,
12+ private readonly OrderProviderInterface $orderProvider,
13+ private readonly CapturePaymentResolverInterface $capturePaymentResolver,
14+ + private readonly ?OrderPaymentsRemoverInterface $orderPaymentsRemover = null,
15+ + private readonly ?OrderProcessorInterface $orderProcessor = null,
16+ )
17+ ```
18+
119# ## UPGRADE FROM 1.6.0 to 1.6.1
220
3211. The following constructor signatures have been changed:
You can’t perform that action at this time.
0 commit comments