Total Complexity | 4 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
16 | #[Package('checkout')] |
||
17 | class SyncTestPaymentHandler implements SynchronousPaymentHandlerInterface |
||
18 | { |
||
19 | public function __construct(private readonly OrderTransactionStateHandler $transactionStateHandler) |
||
20 | { |
||
21 | } |
||
22 | |||
23 | public function pay(SyncPaymentTransactionStruct $transaction, RequestDataBag $dataBag, SalesChannelContext $salesChannelContext): void |
||
40 | } |
||
41 | } |
||
42 |