mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-05-04 08:13:02 +08:00
6 lines
62 B
PHP
6 lines
62 B
PHP
<?php
|
|
|
|
declare( strict_types = 1 );
|
|
|
|
class WC_Integration {
|
|
}
|