mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
6 lines
253 B
PHP
6 lines
253 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
require_once __DIR__ . '/../../vendor/autoload.php';
|
|
require_once __DIR__ . '/../stubs/WC_Payment_Gateway.php';
|
|
require_once __DIR__ . '/../stubs/WC_Payment_Gateway_CC.php';
|
|
require_once __DIR__ . '/../stubs/WC_Ajax.php';
|