Fix duplicate parameter in constructor assigment

This commit is contained in:
dinamiko 2021-10-20 15:22:39 +02:00
parent e3a793e3e5
commit c019795ac7
3 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@ declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\WcGateway\Gateway;
use Psr\Container\ContainerInterface;
use Psr\Log\LoggerInterface;
use WooCommerce\PayPalCommerce\ApiClient\Endpoint\OrderEndpoint;