mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
feat: make afterPay URL route and parameters readonly in PayumPayResponseProvider
This commit is contained in:
parent
408d82790d
commit
95c0bb039f
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ final class PayumPayResponseProvider implements PayResponseProviderInterface
|
||||||
public function __construct(
|
public function __construct(
|
||||||
private Payum $payum,
|
private Payum $payum,
|
||||||
private PaymentToPayResolverInterface $paymentToPayResolver,
|
private PaymentToPayResolverInterface $paymentToPayResolver,
|
||||||
private ?string $afterPayUrlRoute = null,
|
private readonly ?string $afterPayUrlRoute = null,
|
||||||
private array $afterPayUrlParameters = [],
|
private readonly array $afterPayUrlParameters = [],
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue