woocommerce-paypal-payments/tests/stubs/AbstractPaymentMethodType.php
Miguel Pérez Pellicer 9c34119cd3
Refactor stubs
2025-10-21 16:04:37 +04:00

7 lines
117 B
PHP

<?php
namespace Automattic\WooCommerce\Blocks\Payments\Integrations;
abstract class AbstractPaymentMethodType {
}