| Total Complexity | 2 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 13 | #[Package('checkout')] |
||
| 14 | class RefundTestPaymentHandler implements RefundPaymentHandlerInterface |
||
| 15 | { |
||
| 16 | public function __construct(private readonly OrderTransactionCaptureRefundStateHandler $stateHandler) |
||
| 18 | } |
||
| 19 | |||
| 20 | public function refund(string $refundId, Context $context): void |
||
| 25 |