mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix duplicate parameter in constructor assigment
This commit is contained in:
parent
e3a793e3e5
commit
c019795ac7
3 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue