remove unused use statement

This commit is contained in:
David Remer 2020-04-09 11:12:57 +03:00
parent b0acc20435
commit 9b3b58b766

View file

@ -9,7 +9,6 @@ use Inpsyde\PayPalCommerce\ApiClient\Entity\PurchaseUnit;
use Inpsyde\PayPalCommerce\ApiClient\Exception\RuntimeException;
use Inpsyde\PayPalCommerce\ApiClient\Factory\OrderFactory;
use Inpsyde\PayPalCommerce\ApiClient\Factory\PatchCollectionFactory;
use Inpsyde\PayPalCommerce\Session\SessionHandler;
class OrderEndpoint
{