mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
9 lines
134 B
PHP
9 lines
134 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace Inpsyde\PayPalCommerce\ApiClient;
|
|
|
|
use Dhii\Data\Container\ContainerInterface;
|
|
|
|
return [
|
|
];
|