Remove the erranous Mollie dependency

This commit is contained in:
Daniel Dudzic 2025-03-11 08:56:19 +01:00
parent d7314a3ebc
commit 913c98707d
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -9,7 +9,6 @@ declare( strict_types = 1 );
namespace WooCommerce\PayPalCommerce\Settings;
use Mollie\Api\Resources\Payment;
use WC_Payment_Gateway;
use WooCommerce\PayPalCommerce\ApiClient\Endpoint\PartnersEndpoint;
use WooCommerce\PayPalCommerce\ApiClient\Exception\PayPalApiException;