Files
2026-04-28 15:13:50 +02:00

8 lines
131 B
PHP

<?php
namespace Payu\PaymentGateway\Gateways;
interface WC_PayuCreditGateway {
public function get_related_paytypes(): array;
}