mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Use tokenValue instead of id
This commit is contained in:
parent
6bd88aacc3
commit
5948770ad7
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ final class GetPaymentConfiguration
|
|||
/** @var PaymentInterface|null $payment */
|
||||
$payment = $this->paymentRepository->findOneByOrderToken(
|
||||
$request->attributes->get('paymentId'),
|
||||
$request->attributes->get('id'),
|
||||
$request->attributes->get('tokenValue'),
|
||||
);
|
||||
|
||||
Assert::notNull($payment);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue