We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408d827 commit 95c0bb0Copy full SHA for 95c0bb0
1 file changed
src/Sylius/Bundle/PayumBundle/OrderPay/Provider/PayumPayResponseProvider.php
@@ -36,8 +36,8 @@ final class PayumPayResponseProvider implements PayResponseProviderInterface
36
public function __construct(
37
private Payum $payum,
38
private PaymentToPayResolverInterface $paymentToPayResolver,
39
- private ?string $afterPayUrlRoute = null,
40
- private array $afterPayUrlParameters = [],
+ private readonly ?string $afterPayUrlRoute = null,
+ private readonly array $afterPayUrlParameters = [],
41
) {
42
}
43
0 commit comments