mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-08-04 03:40:45 +08:00
10 lines
376 B
PHP
10 lines
376 B
PHP
<?php
|
|
|
|
require_once __DIR__ . '/Task.php';
|
|
require_once __DIR__ . '/WC_Ajax.php';
|
|
require_once __DIR__ . '/WC_Checkout.php';
|
|
require_once __DIR__ . '/WC_Payment_Gateway.php';
|
|
require_once __DIR__ . '/WC_Payment_Gateway_CC.php';
|
|
require_once __DIR__ . '/WC_REST_Controller.php';
|
|
require_once __DIR__ . '/WP_REST_Controller.php';
|
|
require_once __DIR__ . '/WP_REST_Response.php';
|