diff --git a/modules.local/ppcp-wc-gateway/services.php b/modules.local/ppcp-wc-gateway/services.php index 0830574d9..1e50c779b 100644 --- a/modules.local/ppcp-wc-gateway/services.php +++ b/modules.local/ppcp-wc-gateway/services.php @@ -17,9 +17,6 @@ use Inpsyde\PayPalCommerce\WcGateway\Processor\OrderProcessor; use Inpsyde\PayPalCommerce\WcGateway\Settings\Settings; use Inpsyde\PayPalCommerce\WcGateway\Settings\SettingsListener; use Inpsyde\PayPalCommerce\WcGateway\Settings\SettingsRenderer; -use Inpsyde\Woocommerce\Logging\Logger\NullLogger; -use Inpsyde\Woocommerce\Logging\Logger\WooCommerceLogger; -use Psr\Log\LoggerInterface; use WpOop\TransientCache\CachePoolFactory; return [ diff --git a/modules.local/ppcp-webhooks/src/IncomingWebhookEndpoint.php b/modules.local/ppcp-webhooks/src/IncomingWebhookEndpoint.php index 61325d484..7763fc78c 100644 --- a/modules.local/ppcp-webhooks/src/IncomingWebhookEndpoint.php +++ b/modules.local/ppcp-webhooks/src/IncomingWebhookEndpoint.php @@ -59,7 +59,7 @@ class IncomingWebhookEndpoint public function verifyRequest(): bool { - if ( ! $this->verifyRequest) { + if (! $this->verifyRequest) { return true; } try {