Revert webhook handling for now so psalm does not complain

This commit is contained in:
Emili Castells Guasch 2024-07-22 14:49:01 +02:00
parent 93506fe5b7
commit 467960f5a2

View file

@ -17,7 +17,6 @@ use Exception;
use WooCommerce\PayPalCommerce\Vendor\Interop\Container\ServiceProviderInterface;
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface;
use Psr\Log\LoggerInterface;
use WooCommerce\PayPalCommerce\WcGateway\Gateway\ProcessPaymentTrait;
use WooCommerce\PayPalCommerce\WcGateway\Settings\Settings;
use WooCommerce\PayPalCommerce\Webhooks\Endpoint\ResubscribeEndpoint;
use WooCommerce\PayPalCommerce\Webhooks\Endpoint\SimulateEndpoint;
@ -29,8 +28,6 @@ use WooCommerce\PayPalCommerce\Webhooks\Status\Assets\WebhooksStatusPageAssets;
*/
class WebhookModule implements ModuleInterface {
use ProcessPaymentTrait;
/**
* {@inheritDoc}
*/