| Total Complexity | 1 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 7 | class PaymentProviderConfigPaywayKh extends PaymentProviderConfig |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Generate validation configuration for payment method-specific configuration options. |
||
| 11 | * @return array Validation configuration |
||
| 12 | */ |
||
| 13 | protected function paymentMethodConfigValidation(): array |
||
| 33 |