8 lines
131 B
PHP
8 lines
131 B
PHP
<?php
|
|
|
|
namespace Payu\PaymentGateway\Gateways;
|
|
|
|
interface WC_PayuCreditGateway {
|
|
public function get_related_paytypes(): array;
|
|
}
|