woocommerce-paypal-payments/tests/stubs/WC_Payment_Gateway.php

7 lines
61 B
PHP
Raw Normal View History

2020-04-28 15:03:25 +03:00
<?php
declare(strict_types=1);
class WC_Payment_Gateway
{
}