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

8 lines
65 B
PHP
Raw Normal View History

2021-03-03 11:50:27 +01:00
<?php
declare(strict_types=1);
class WC_Payment_Gateway_CC
{
}