Skip to content

Commit 95c0bb0

Browse files
committed
feat: make afterPay URL route and parameters readonly in PayumPayResponseProvider
1 parent 408d827 commit 95c0bb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Sylius/Bundle/PayumBundle/OrderPay/Provider/PayumPayResponseProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ final class PayumPayResponseProvider implements PayResponseProviderInterface
3636
public function __construct(
3737
private Payum $payum,
3838
private PaymentToPayResolverInterface $paymentToPayResolver,
39-
private ?string $afterPayUrlRoute = null,
40-
private array $afterPayUrlParameters = [],
39+
private readonly ?string $afterPayUrlRoute = null,
40+
private readonly array $afterPayUrlParameters = [],
4141
) {
4242
}
4343

0 commit comments

Comments
 (0)