mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
5 lines
No EOL
190 B
PHP
5 lines
No EOL
190 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_Ajax.php'; |